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 e380431 commit 5e8d706Copy full SHA for 5e8d706
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
with:
16
fetch-depth: 0
17
- name: Setup Nodejs
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
18
19
20
21
22
23
- name: Setup Nodejs Env
0 commit comments