Skip to content

Commit f055a01

Browse files
Bump actions/cache from 3 to 4 (#540)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 962b84e commit f055a01

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
@@ -58,7 +58,7 @@ jobs:
5858
arch: ${{ matrix.arch }}
5959

6060
# set-up packages
61-
- uses: actions/cache@v3
61+
- uses: actions/cache@v4
6262
env:
6363
cache-name: cache-artifacts
6464
with:
@@ -105,7 +105,7 @@ jobs:
105105
echo $PWD/../julia-*/bin >> $GITHUB_PATH
106106
107107
# set-up packages
108-
- uses: actions/cache@v3
108+
- uses: actions/cache@v4
109109
env:
110110
cache-name: cache-artifacts
111111
with:

0 commit comments

Comments
 (0)