Skip to content

Commit 518300a

Browse files
authored
Merge pull request #240 from JuliaDocs/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents ac0e92f + cd886e2 commit 518300a

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
@@ -24,7 +24,7 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- run: sudo apt-get install xvfb
2929
- uses: julia-actions/setup-julia@v2
3030
with:

0 commit comments

Comments
 (0)