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 d3713e0 commit 8068c90Copy full SHA for 8068c90
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
node: [22]
19
20
steps:
21
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
- run: corepack enable
23
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
24
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
release:
11
runs-on: ubuntu-latest
12
13
14
15
fetch-depth: 0
16
0 commit comments