Skip to content

Commit c0a7157

Browse files
Bump actions/checkout from 3 to 4 (#331)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 088df33 commit c0a7157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
arch: x64
3535
os: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: julia-actions/setup-julia@v1
3939
with:
4040
version: ${{ matrix.version }}
@@ -59,7 +59,7 @@ jobs:
5959
# name: Documentation
6060
# runs-on: ubuntu-latest
6161
# steps:
62-
# - uses: actions/checkout@v3
62+
# - uses: actions/checkout@v4
6363
# - uses: julia-actions/setup-julia@v1
6464
# with:
6565
# version: '1'

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: julia-actions/setup-julia@latest
1515
with:
1616
version: 1

0 commit comments

Comments
 (0)