Skip to content

Commit

Permalink
Merge pull request #2 from Byzanteam/chore/yangke/update-actions-version
Browse files Browse the repository at this point in the history
chore: update actions version
  • Loading branch information
YkeLit authored Apr 3, 2024
2 parents 1dd31c9 + 8141ea6 commit 2f08d80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
fetch-depth: 0

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

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
check-latest: true
Expand All @@ -43,9 +43,10 @@ jobs:

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.4.0
uses: helm/kind-action@v1

- name: Install dependent environment
if: steps.list-changed.outputs.changed == 'true'
run: |
helm repo add traefik https://traefik.github.io/charts
helm install traefik traefik/traefik
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
version: v3.12.0

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 2f08d80

Please sign in to comment.