Skip to content

Commit 036d7de

Browse files
authored
Upgrade checkout action from v4 to v5
1 parent 1b52c6d commit 036d7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# - https://chromium.googlesource.com/chromium/src/testing
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
submodules: recursive
2525
- name: Get repo name
@@ -33,7 +33,7 @@ jobs:
3333
printf '%s\n' '${{ steps.info.outputs.repo }}' |
3434
tr '[:lower:]-' '[:upper:]_'
3535
)" >> "$GITHUB_OUTPUT"
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
repository: gsource-mirror/${{ steps.info.outputs.repo }}
3939
path: ${{ steps.info.outputs.repo }}

0 commit comments

Comments
 (0)