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 f17166b commit 633b2e4Copy full SHA for 633b2e4
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
- run: corepack enable
25
- uses: actions/setup-node@v6
26
with:
.github/workflows/provenance.yml
@@ -13,7 +13,7 @@ jobs:
13
check-provenance:
14
runs-on: ubuntu-latest
15
16
17
18
fetch-depth: 0
19
- name: Check provenance downgrades
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
0 commit comments