Skip to content

Commit bf98dbb

Browse files
committed
ci: bump GitHub Actions to Node.js 24-compatible versions
checkout v4 -> v6, setup-helm v4 -> v5, chart-releaser-action v1.6.0 -> v1.7.0
1 parent bf548a2 commit bf98dbb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/chart-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

18-
- uses: azure/setup-helm@v4
18+
- uses: azure/setup-helm@v5
1919

2020
- name: Lint (default values)
2121
run: helm lint chart/
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0 # chart-releaser needs full history to diff versions
4040

@@ -43,10 +43,10 @@ jobs:
4343
git config user.name "$GITHUB_ACTOR"
4444
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
4545
46-
- uses: azure/setup-helm@v4
46+
- uses: azure/setup-helm@v5
4747

4848
- name: Run chart-releaser
49-
uses: helm/chart-releaser-action@v1.6.0
49+
uses: helm/chart-releaser-action@v1.7.0
5050
with:
5151
# chart/ lives at the repo root, so charts_dir=. lets cr find it
5252
# via ./*/Chart.yaml without touching Go source directories.

0 commit comments

Comments
 (0)