Skip to content

Commit 0245198

Browse files
authored
Merge pull request #151 from netbootxyz/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents bf8ffe0 + 7a73c87 commit 0245198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 1
3131

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Download external project files
2222
run: |

0 commit comments

Comments
 (0)