Skip to content

Commit 0649f53

Browse files
authored
Merge pull request coursier#452 from coursier/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ba770e8 + fb8c85c commit 0649f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
OS: ["ubuntu-latest", "macos-13", "windows-latest"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
submodules: true
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event_name == 'push'
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
submodules: true

0 commit comments

Comments
 (0)