Skip to content

Commit 30209b6

Browse files
authored
Merge pull request #67 from JuliaAI/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 3 to 7
2 parents 8969343 + 964cd27 commit 30209b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v7
2828
- uses: julia-actions/setup-julia@v3
2929
with:
3030
version: ${{ matrix.version }}
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
JULIA_PKG_SERVER: ""
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v7
5555
- uses: julia-actions/setup-julia@v3
5656
with:
5757
version: '1'

0 commit comments

Comments
 (0)