Skip to content

Commit 1e20549

Browse files
authored
Merge pull request #104 from JuliaDiff/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 95fc448 + 5b242a9 commit 1e20549

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
@@ -28,7 +28,7 @@ jobs:
2828
arch:
2929
- x64
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: julia-actions/setup-julia@v1
3333
with:
3434
version: ${{ matrix.version }}
@@ -47,7 +47,7 @@ jobs:
4747
contents: write
4848
statuses: write
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- uses: julia-actions/setup-julia@v1
5252
with:
5353
version: '1'

0 commit comments

Comments
 (0)