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 6509613 commit 7047fe4Copy full SHA for 7047fe4
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
- 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
19
20
21
22
23
- name: Setup Nodejs Env
0 commit comments