Skip to content

Commit 9f7648f

Browse files
Bump actions/checkout from 2 to 4 (#313)
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>
1 parent abe9d02 commit 9f7648f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-future.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- x64
2525
steps:
2626
- run: git config --global core.autocrlf false
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: '1'
3030
steps:
3131
- run: git config --global core.autocrlf false
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Documentation
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@v2
1616
with:
1717
version: '1.8'

0 commit comments

Comments
 (0)