Skip to content

Commit 75274b0

Browse files
authored
Merge pull request #144 from JuliaMath/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 075d03f + 617fb64 commit 75274b0

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
@@ -17,7 +17,7 @@ jobs:
1717
- '1'
1818
- 'nightly'
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: julia-actions/setup-julia@v1
2222
with:
2323
version: ${{ matrix.version }}
@@ -33,7 +33,7 @@ jobs:
3333
name: Documentation
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- uses: julia-actions/setup-julia@v1
3838
with:
3939
version: '1.9'

0 commit comments

Comments
 (0)