Skip to content

Commit c67650e

Browse files
Bump actions/checkout from 5 to 6 (#79)
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 9e8bf3c commit c67650e

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
@@ -54,7 +54,7 @@ jobs:
5454
# - name: sshd logs
5555
# run: |
5656
# journalctl -t sshd
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: julia-actions/setup-julia@v2
5959
with:
6060
version: ${{ matrix.version }}
@@ -67,7 +67,7 @@ jobs:
6767
name: Documentation
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- uses: julia-actions/setup-julia@v2
7272
with:
7373
version: '1'

0 commit comments

Comments
 (0)