Skip to content

Commit b33cffb

Browse files
authored
Merge pull request #84 from JuliaWeb/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 7b0f607 + 87ac484 commit b33cffb

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)