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 0572f9b commit 7d074cfCopy full SHA for 7d074cf
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
19
steps:
20
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21
22
# Setup .npmrc file to publish to npm
23
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
access_token: ${{ github.token }}
26
27
28
29
- name: Cache node modules
30
uses: actions/cache@v4
0 commit comments