Skip to content

Commit bd2e00c

Browse files
Bump actions/checkout from 2 to 4 (#64)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Curtis Vogt <[email protected]>
1 parent b2f5f4e commit bd2e00c

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
@@ -19,7 +19,7 @@ jobs:
1919
arch:
2020
- x64
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
- uses: julia-actions/setup-julia@v1
@@ -38,7 +38,7 @@ jobs:
3838
name: Documentation
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242
- uses: julia-actions/setup-julia@v1
4343
with:
4444
version: '1'

0 commit comments

Comments
 (0)