Skip to content

Commit 87ac484

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
57+
- uses: actions/checkout@v7
5858
- uses: julia-actions/setup-julia@v3
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@v6
70+
- uses: actions/checkout@v7
7171
- uses: julia-actions/setup-julia@v3
7272
with:
7373
version: '1'

0 commit comments

Comments
 (0)