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 3729531 commit f408f86Copy full SHA for f408f86
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
16
- name: Enable Corepack
17
run: corepack enable
.github/workflows/claude.yml
@@ -41,7 +41,7 @@ jobs:
41
id-token: write
42
43
- name: Checkout repository
44
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
45
with:
46
fetch-depth: 1
47
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
fi
48
- name: Checkout
49
50
51
persist-credentials: false
52
0 commit comments