Skip to content

Commit

Permalink
update all actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
waldner committed Mar 30, 2024
1 parent 0239d7d commit 8570cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
cmd: yq -r .version "$CHART_DIR/Chart.yaml"

- name: bump chart version
uses: actions-ecosystem/action-bump-semver@v1
#uses: actions-ecosystem/action-bump-semver@v1
uses: fiddlermikey/action-bump-semver@main
id: bump-chart-semver
with:
current_version: ${{ steps.chart-get-semver.outputs.result }}
Expand Down

0 comments on commit 8570cea

Please sign in to comment.