Skip to content

Commit 668e75a

Browse files
authored
[MERGE] pull request #30 from Asperguide/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 715b3d4 + 9391f6a commit 668e75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mirrorer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
push_to_mirror:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
# - name: Push the content to the mirror repository

.github/workflows/web_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Setup Node.js
3838
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)