Skip to content

Commit 380f2a7

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

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- run: sudo rm -rf /opt/*
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
- uses: julia-actions/setup-julia@v1
5353
with:
5454
version: ${{ matrix.julia-version }}
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
JULIA_PKG_SERVER: ""
8888
steps:
89-
- uses: actions/checkout@v3
89+
- uses: actions/checkout@v4
9090
- uses: julia-actions/setup-julia@latest
9191
with:
9292
version: "1.7"

0 commit comments

Comments
 (0)