Skip to content

Commit

Permalink
upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug committed Oct 3, 2023
1 parent 95a5e48 commit 0c3c86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: gitLeaks
uses: zricethezav/[email protected]
- name: Install chart-testing (lint)
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint
- name: Create kind cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1
# Only build a kind cluster if there are chart changes to test.
if: ${{ steps.list-changed.outputs.changed == 'true' }}
- name: Run chart-testing (install)
Expand All @@ -38,7 +38,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
Expand Down

0 comments on commit 0c3c86b

Please sign in to comment.