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 de3d41f commit 87d7057Copy full SHA for 87d7057
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
19
steps:
20
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
22
# Setup .npmrc file to publish to npm
23
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
with:
access_token: ${{ github.token }}
24
25
- name: Cache node modules
26
uses: actions/cache@v4
0 commit comments