Skip to content

Commit

Permalink
ci: upgrade deprecated actions (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Nov 1, 2022
1 parent 071bebc commit 381882c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
GO_VERSION: '1.18'
GOSEC_VERSION: '2.12.0'
KIND_VERSION: v0.14.0
HELM_VERSION: v3.10.1

jobs:
build:
Expand Down Expand Up @@ -1226,6 +1227,9 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: azure/setup-helm@v3
with:
version: '${{ env.HELM_VERSION }}'

- name: Install Kind
run: |
Expand All @@ -1244,11 +1248,6 @@ jobs:
with:
name: kube-ovn

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Load Image
run: |
docker load --input kube-ovn.tar
Expand Down

0 comments on commit 381882c

Please sign in to comment.