Skip to content

Commit 408b66a

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/TestJuliaVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: julia-actions/setup-julia@latest
2222
with:
2323
version: ${{ matrix.julia-version }}
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525

2626

2727
- name: Cache preCICE

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: ${{ matrix.julia-version }}
1717

18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v4
1919
- name: Install JuliaFormatter and format
2020
# This will use the latest version by default but you can set the version like so:
2121
#

0 commit comments

Comments
 (0)