Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/versioning-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: sudo chmod +x /usr/local/bin/helm

- name: Calculate and stage chart version bumps on main
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
// Skip if PR has manual-versioning label
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi

- name: Bump chart versions (no-commit preview on PRs)
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const { default: runPRVersioning } = await import('${{ github.workspace }}/tooling/runner.js')
Expand Down
Loading