We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac06737 commit 89b0a97Copy full SHA for 89b0a97
3 files changed
.github/workflows/claude.yml
@@ -25,7 +25,7 @@ jobs:
25
id-token: write
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
with:
30
fetch-depth: 1
31
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
private-key: ${{ secrets.APP_PRIVATE_KEY }}
24
app-id: ${{ secrets.APP_ID }}
- name: Checkout Repo
persist-credentials: false
fetch-depth: 0
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Checkout
11
12
- uses: pnpm/action-setup@v2
13
14
version: 8.15.9
0 commit comments