Skip to content

Commit fcb3743

Browse files
authored
Merge pull request #304 from VirtusLab/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents a964bc0 + aa93229 commit fcb3743

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 15
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
submodules: true
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 15
2929
runs-on: ubuntu-24.04
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434
submodules: true
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
OS: [ubuntu-24.04, macos-15-intel, macos-15, windows-latest]
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v7
4949
with:
5050
fetch-depth: 0
5151
submodules: true
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name == 'push'
6868
runs-on: ubuntu-24.04
6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@v7
7171
with:
7272
fetch-depth: 0
7373
submodules: true

0 commit comments

Comments
 (0)