Skip to content

Commit c73ef9f

Browse files
authored
Merge pull request #1175 from JuliaAI/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2542fb6 + b82d73b commit c73ef9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "head_ref is: ${{ github.head_ref }}"
3232
echo "target repository is: ${{ github.repository }}"
3333
echo "head repository is: ${{ github.event.pull_request.head.repo.full_name }}"
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}
@@ -61,7 +61,7 @@ jobs:
6161
os:
6262
- 'ubuntu-latest'
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565
with:
6666
persist-credentials: false
6767
- uses: julia-actions/setup-julia@v2
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
JULIA_PKG_SERVER: ""
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484
with:
8585
persist-credentials: false
8686
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)