Skip to content

Commit 4e71631

Browse files
authored
Merge pull request #39 from JuliaRandom/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents af04606 + 7c8eeae commit 4e71631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: ubuntu-latest
3030
arch: x64
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)