Skip to content

Commit b3adc2f

Browse files
Bump actions/checkout from 4 to 5 (#601)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Navid C. Constantinou <[email protected]>
1 parent 209d82f commit b3adc2f

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
@@ -39,7 +39,7 @@ jobs:
3939
arch: aarch64
4040
version: '1.10'
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- uses: julia-actions/setup-julia@latest
4444
with:
4545
version: ${{ matrix.version }}
@@ -76,7 +76,7 @@ jobs:
7676
arch: aarch64
7777
version: '1.10'
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v5
8080
- uses: julia-actions/setup-julia@latest
8181
with:
8282
version: ${{ matrix.version }}
@@ -112,7 +112,7 @@ jobs:
112112
arch: aarch64
113113
version: '1.10'
114114
steps:
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v5
116116
- uses: julia-actions/setup-julia@latest
117117
with:
118118
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)