Skip to content

Commit 3e629df

Browse files
authored
Merge pull request #128 from renovate-bot/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 167507c + 6d3465b commit 3e629df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo ${{ env.START_TIME }}
3030

3131
- name: Clone repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 3
3535

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo ${{ env.START_TIME }}
2828

2929
- name: Clone repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)