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 451f05e commit 9459ffbCopy full SHA for 9459ffb
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [ubuntu-latest, windows-latest]
18
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- run: corepack enable
22
- uses: actions/setup-node@v6
23
with:
.github/workflows/provenance.yml
@@ -13,7 +13,7 @@ jobs:
13
check-provenance:
14
runs-on: ubuntu-latest
15
16
fetch-depth: 0
- name: Check provenance downgrades
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
0 commit comments