Skip to content

Commit ef6ffb8

Browse files
Bump actions/checkout from 5 to 6 (#63)
1 parent f4c36d9 commit ef6ffb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
arch:
3131
- x64
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- uses: julia-actions/setup-julia@v2
3535
with:
3636
version: ${{ matrix.version }}

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
arch:
2626
- x64
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- uses: julia-actions/setup-julia@latest
3030
with:
3131
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)