Skip to content

Commit d5003d5

Browse files
Bump actions/checkout from 4 to 7 (#65)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 d8c3332 commit d5003d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v7
3333
- uses: julia-actions/setup-julia@v3
3434
with:
3535
version: "1"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest] # macos-10.15, windows-2019, macOS-14
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v7
2929
- name: Julia Setup
3030
uses: julia-actions/setup-julia@v3
3131
with:

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Documentation
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v7
1818
- name: Cache
1919
uses: julia-actions/cache@v3
2020
with:

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Actions Repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v7
1313
- name: Check spelling
1414
uses: crate-ci/typos@master
1515
# don't fail on typos in files not impacted by this PR

0 commit comments

Comments
 (0)