Skip to content

Commit 84bb97a

Browse files
authored
Merge pull request #25 from 1oly/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 57bf14d + 1249af7 commit 84bb97a

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
@@ -34,7 +34,7 @@ jobs:
3434
version: 1.7.1
3535
arch: x64
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}
@@ -64,7 +64,7 @@ jobs:
6464
name: Documentation
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
- uses: julia-actions/setup-julia@v2
6969
with:
7070
version: '1.6'

0 commit comments

Comments
 (0)