Skip to content

Commit

Permalink
chore(ci): bump actions, helm version (#344)
Browse files Browse the repository at this point in the history
* chore(ci): bump helm to 3.16.2

* chore(ci): bump actions versions

---------

Co-authored-by: Rafael Matias <[email protected]>
  • Loading branch information
paolofacchinetti and skylenet authored Oct 28, 2024
1 parent f622049 commit 2842202
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.7.0
version: v3.16.2

- name: Add repo dependencies
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.13.0
version: v3.16.2

- name: Setup Python
uses: actions/setup-python@v5
with:
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
10 changes: 5 additions & 5 deletions .github/workflows/test-ethereum-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.13.0
version: v3.16.2

- uses: actions/setup-python@v5
with:
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 2842202

Please sign in to comment.