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 847bceb commit c9d8f15Copy full SHA for c9d8f15
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: [18, 'lts/*']
15
name: Build with node ${{ matrix.node }}
16
steps:
17
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
19
with:
20
cache: 'yarn'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
- name: Checkout
21
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
22
23
fetch-depth: 0
24
- name: Setup Node.js
0 commit comments