Skip to content

Commit e3c790f

Browse files
authored
Merge pull request #14 from raphasampaio/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f6001e8 + 28c35ae commit e3c790f

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Format
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1.12'
@@ -43,7 +43,7 @@ jobs:
4343
arch:
4444
- x64
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- uses: julia-actions/setup-julia@v2
4848
with:
4949
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)