Skip to content

Commit fe9db9a

Browse files
authored
Merge pull request #22 from QuantumKitHub/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 1891d1c + c86d24b commit fe9db9a

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
@@ -35,7 +35,7 @@ jobs:
3535
arch:
3636
- x64
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
- uses: julia-actions/setup-julia@v2
4040
with:
4141
version: ${{ matrix.version }}
@@ -67,7 +67,7 @@ jobs:
6767
arch:
6868
- x64
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171
- uses: julia-actions/setup-julia@v2
7272
with:
7373
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)