Skip to content

Commit 78471c8

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dad53c commit 78471c8

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
@@ -44,7 +44,7 @@ jobs:
4444
- '1.10' # current LTS
4545
- '1' # automatically expands to the latest stable 1.x release of Julia
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
with:
4949
persist-credentials: false
5050
- uses: julia-actions/setup-julia@v2
@@ -76,7 +76,7 @@ jobs:
7676
- '1.10.7' # current LTS
7777
- '1.11.2' # currently the latest stable release
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080
with:
8181
persist-credentials: false
8282
- name: Print Docker version

0 commit comments

Comments
 (0)