Skip to content

Commit a466cbb

Browse files
Bump actions/checkout from 2 to 4 (#39)
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-version: '4' 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>
1 parent 8249a5a commit a466cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: '1'
2727
arch: x86
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.version }}
@@ -51,7 +51,7 @@ jobs:
5151
# name: Documentation
5252
# runs-on: ubuntu-latest
5353
# steps:
54-
# - uses: actions/checkout@v2
54+
# - uses: actions/checkout@v4
5555
# - uses: julia-actions/setup-julia@v2
5656
# with:
5757
# version: '1'

0 commit comments

Comments
 (0)