Skip to content

Commit 22eec16

Browse files
authored
Merge pull request #52 from JuliaGeometry/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents eb75724 + 4c26eb1 commit 22eec16

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
@@ -26,7 +26,7 @@ jobs:
2626
version: 1
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.version }}
@@ -54,7 +54,7 @@ jobs:
5454
name: Documentation
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v4
5858
- run: sudo apt-get install xvfb && Xvfb :99 &
5959
- uses: julia-actions/setup-julia@v1
6060
with:

0 commit comments

Comments
 (0)