-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): bump actions, helm version (#344)
* chore(ci): bump helm to 3.16.2 * chore(ci): bump actions versions --------- Co-authored-by: Rafael Matias <[email protected]>
- Loading branch information
1 parent
f622049
commit 2842202
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|