Skip to content

Commit 1eb724b

Browse files
authored
Merge pull request #2 from singularitti/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ec83b41 + 27c705a commit 1eb724b

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
@@ -40,7 +40,7 @@ jobs:
4040
- os: macOS-latest
4141
arch: x86
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- uses: julia-actions/setup-julia@v2
4545
with:
4646
version: ${{ matrix.version }}
@@ -62,7 +62,7 @@ jobs:
6262
contents: write
6363
statuses: write
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
- uses: julia-actions/setup-julia@v2
6767
with:
6868
version: '1'

0 commit comments

Comments
 (0)