Skip to content

Commit ec57d62

Browse files
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] <[email protected]>
1 parent a4d5c3a commit ec57d62

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@v1
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@v1
5757
with:
5858
version: '1'

0 commit comments

Comments
 (0)