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 authored Nov 1, 2022
1 parent de5ef51 commit ab80fd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
GO_VERSION: '1.19'
GOSEC_VERSION: '2.13.1'
KIND_VERSION: v0.15.0
HELM_VERSION: v3.10.1

jobs:
build-kube-ovn:
Expand Down Expand Up @@ -1453,6 +1454,9 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: azure/setup-helm@v3
with:
version: '${{ env.HELM_VERSION }}'

- name: Install Kind
run: |
Expand All @@ -1465,10 +1469,6 @@ jobs:
with:
name: kube-ovn

- uses: azure/setup-helm@v1
with:
version: v3.9.0

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

0 comments on commit ab80fd8

Please sign in to comment.