We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c21d8 commit f9a7faeCopy full SHA for f9a7fae
1 file changed
.github/workflows/versioning.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
- - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
16
with:
17
script: |
18
const { default: updateMajorTag } = await import('${{ github.workspace }}/.github/scripts/update-major-tag.js');
0 commit comments