We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bbc72 commit b63893eCopy full SHA for b63893e
1 file changed
.github/workflows/prepare.yml
@@ -64,15 +64,15 @@ jobs:
64
semver: ${{ steps.version.outputs.semver }}
65
steps:
66
- name: Checkout repository
67
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
68
with:
69
ref: ${{ inputs.ref || github.ref }}
70
# token: ${{ secrets.GITHUB_TOKEN }}
71
token: ${{ secrets.RELEASE_TOKEN }}
72
fetch-depth: 0
73
74
- name: Setup Node.js
75
- uses: actions/setup-node@v6
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
76
77
node-version: 22
78
0 commit comments