Skip to content

Commit

Permalink
chore(ci): bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti committed Oct 28, 2024
1 parent 5bcda63 commit 8dacc10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
python-version: 3.12

- name: Run pre-commit hooks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
with:
version: "v3.10.0"
version: "v3.11.0"

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -50,7 +50,7 @@ jobs:
--target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-ethereum-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
python-version: 3.12

- name: Run pre-commit hooks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
with:
version: "v3.10.0"
version: "v3.11.0"

- name: Check if chart got changed
id: list-changed
Expand All @@ -57,7 +57,7 @@ jobs:
--charts charts/ethereum-node
- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down

0 comments on commit 8dacc10

Please sign in to comment.