Skip to content

Commit 3c9fea3

Browse files
Bump actions/checkout from 6 to 7 (#321)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a62c3c commit 3c9fea3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- uses: julia-actions/setup-julia@v3
3030
with:
3131
version: ${{ matrix.version }}
@@ -51,7 +51,7 @@ jobs:
5151
name: Documentation
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555
- uses: julia-actions/setup-julia@v3
5656
with:
5757
version: '1'

.github/workflows/DocPreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout gh-pages branch
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111
with:
1212
ref: gh-pages
1313
- name: Delete preview and history + push changes

.github/workflows/FormatPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Install JuliaFormatter and format
1212
run: |
1313
julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'

0 commit comments

Comments
 (0)