Skip to content

Commit 212cf72

Browse files
authored
Merge pull request #476 from coursier/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents bac4854 + cab9939 commit 212cf72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
OS: ["ubuntu-latest", "macos-15", "windows-latest"]
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
submodules: true
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
OS: ["ubuntu-latest", "macos-15", "windows-latest"]
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 0
4343
submodules: true
@@ -52,7 +52,7 @@ jobs:
5252
if: github.event_name == 'push'
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
with:
5757
fetch-depth: 0
5858
submodules: true

0 commit comments

Comments
 (0)