Skip to content

Commit e06aa3a

Browse files
Bump actions/checkout from 5 to 6 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc19ce1 commit e06aa3a

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
@@ -48,7 +48,7 @@ jobs:
4848
- '1.10' # current LTS
4949
- '1' # automatically expands to the latest stable 1.x release of Julia
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
persist-credentials: false
5454
- uses: julia-actions/setup-julia@v2
@@ -81,7 +81,7 @@ jobs:
8181
- '1.10.7' # current LTS
8282
- '1.11.2' # currently the latest stable release
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
with:
8686
persist-credentials: false
8787
- name: Print Docker version
@@ -132,7 +132,7 @@ jobs:
132132
runs-on: ubuntu-latest
133133
timeout-minutes: 20
134134
steps:
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136
with:
137137
persist-credentials: false
138138
- name: Print Docker version

0 commit comments

Comments
 (0)