Skip to content

Commit 482540d

Browse files
committed
update github actions
1 parent fc28407 commit 482540d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

@@ -22,12 +22,12 @@ jobs:
2222
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2323
2424
- name: Install Helm
25-
uses: azure/setup-helm@v3
25+
uses: azure/setup-helm@v4
2626
env:
2727
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2828

2929
- name: Run chart-releaser
30-
uses: helm/chart-releaser-action@v1.5.0
30+
uses: helm/chart-releaser-action@v1.6.0
3131
env:
3232
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3333
CR_SKIP_EXISTING: 'true'

0 commit comments

Comments
 (0)