We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0199a7a commit f101f40Copy full SHA for f101f40
2 files changed
.github/workflows/versioning-merge.yml
@@ -48,7 +48,7 @@ jobs:
48
run: sudo chmod +x /usr/local/bin/helm
49
50
- name: Calculate and stage chart version bumps on main
51
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
52
with:
53
script: |
54
// Skip if PR has manual-versioning label
.github/workflows/versioning.yml
@@ -47,7 +47,7 @@ jobs:
47
fi
- name: Bump chart versions (no-commit preview on PRs)
const { default: runPRVersioning } = await import('${{ github.workspace }}/tooling/runner.js')
0 commit comments