Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de9ba2a

Browse files
authoredMay 14, 2024··
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 300295e commit de9ba2a

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
@@ -31,7 +31,7 @@ jobs:
3131
arch: x64
3232
version: 1
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
5252
contents: write
5353
continue-on-error: true # Remove this after fixing docs adding Documenter Keys on CI
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- uses: julia-actions/setup-julia@v2
5757
with:
5858
version: '1'

0 commit comments

Comments
 (0)
Please sign in to comment.