We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3779d commit 3631286Copy full SHA for 3631286
1 file changed
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
verify:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19
with:
20
persist-credentials: false
21
fetch-depth: 0 # full history for the ancestry check below
@@ -45,7 +45,7 @@ jobs:
45
contents: read
46
id-token: write # OIDC trusted publishing: only this job mints the token
47
48
49
with: { persist-credentials: false }
50
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
51
0 commit comments