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 d6cfa68 commit 8a511cbCopy full SHA for 8a511cb
2 files changed
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
NPM_CONFIG_REGISTRY: 'https://registry.npmjs.org'
39
40
steps:
41
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
42
43
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
44
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
FORCE_COLOR: 1
20
name: Node ${{ matrix.node }}
21
22
23
with:
24
fetch-depth: 0
25
0 commit comments