Skip to content

Commit f9a7fae

Browse files
chore(deps): Update actions/github-script action to v9 (#905)
Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
1 parent 98c21d8 commit f9a7fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
15+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
1616
with:
1717
script: |
1818
const { default: updateMajorTag } = await import('${{ github.workspace }}/.github/scripts/update-major-tag.js');

0 commit comments

Comments
 (0)