Skip to content

Commit bc19ce1

Browse files
Bump actions/checkout from 4 to 5 (#15)
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>
1 parent e4793c1 commit bc19ce1

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@v4
51+
- uses: actions/checkout@v5
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@v4
84+
- uses: actions/checkout@v5
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@v4
135+
- uses: actions/checkout@v5
136136
with:
137137
persist-credentials: false
138138
- name: Print Docker version

0 commit comments

Comments
 (0)