Skip to content

Commit a127d0b

Browse files
authored
Merge pull request #10 from JuliaGraphs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f8e9158 + 4b532b9 commit a127d0b

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
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.version }}
@@ -45,7 +45,7 @@ jobs:
4545
contents: write
4646
statuses: write
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
- uses: julia-actions/setup-julia@v1
5050
with:
5151
version: '1'

0 commit comments

Comments
 (0)