Skip to content

Commit aac8c59

Browse files
Bump actions/checkout from 4 to 5 (#33)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a982d5c commit aac8c59

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
@@ -45,7 +45,7 @@ jobs:
4545
arch: 'aarch64'
4646
version: 'nightly'
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: julia-actions/setup-julia@v2
5050
with:
5151
version: ${{ matrix.version }}
@@ -69,7 +69,7 @@ jobs:
6969
contents: write
7070
statuses: write
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- uses: julia-actions/setup-julia@v2
7474
with:
7575
version: 'nightly'

0 commit comments

Comments
 (0)