File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
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.
You can’t perform that action at this time.
0 commit comments