Skip to content

Commit

Permalink
Merge pull request #572 from rstudio/update-action-versions
Browse files Browse the repository at this point in the history
Update action versions
  • Loading branch information
jforest authored Oct 8, 2024
2 parents 1e09598 + 99d98f8 commit f02ec44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: "3.10"

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.6.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
python-version: "3.10"

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.6.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -100,7 +100,7 @@ jobs:
fi
- name: Create kind cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.10.0
if: ${{ steps.list-changed.outputs.changed == 'true' || github.ref == 'refs/heads/main' }}

# no allow-failure until https://github.com/actions/toolkit/issues/399
Expand Down

0 comments on commit f02ec44

Please sign in to comment.