Skip to content

Commit bb4298b

Browse files
Bump actions/checkout from 4 to 5 (#304)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93a6996 commit bb4298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Mirror
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- run: git config --global user.name 'Github Actions'
1616
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
1717
- name: Install the latest version of uv

0 commit comments

Comments
 (0)