Skip to content

Commit 4ff07b0

Browse files
Bump actions/checkout from 2 to 4 (#26)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlo Lucibello <[email protected]>
1 parent c660b33 commit 4ff07b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
arch:
2929
- x64
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3232
- uses: julia-actions/setup-julia@v2
3333
with:
3434
version: ${{ matrix.version }}
@@ -44,7 +44,7 @@ jobs:
4444
name: Documentation
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v4.2.1
47+
- uses: actions/checkout@v4
4848
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: '1'

0 commit comments

Comments
 (0)