Skip to content

Commit 9abf576

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50958d8 commit 9abf576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
2828

29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Install JuliaFormatter and format
3131
# This will use the latest version by default but you can set the version like so:
3232
#

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
arch:
3636
- x64
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- uses: julia-actions/setup-julia@v2
4040
with:
4141
version: ${{ matrix.version }}
@@ -68,7 +68,7 @@ jobs:
6868
arch:
6969
- x64
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- uses: julia-actions/setup-julia@v2
7373
with:
7474
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)