Skip to content

Commit 73f302a

Browse files
authored
Merge pull request #117 from JuliaWeb/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 160455a + d51539b commit 73f302a

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
@@ -36,7 +36,7 @@ jobs:
3636
- os: macOS-latest
3737
arch: x86
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- uses: julia-actions/setup-julia@v2
4141
with:
4242
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)