Skip to content

Commit 86d2ee4

Browse files
Bump actions/cache from 1 to 4 (#389)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- updated-dependencies: - dependency-name: actions/cache 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 6f63b30 commit 86d2ee4

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
@@ -60,7 +60,7 @@ jobs:
6060
arch: ${{ matrix.arch }}
6161

6262
# set-up packages
63-
- uses: actions/cache@v1
63+
- uses: actions/cache@v4
6464
env:
6565
cache-name: cache-artifacts
6666
with:
@@ -124,7 +124,7 @@ jobs:
124124
echo $PWD/../julia-*/bin >> $GITHUB_PATH
125125
126126
# set-up packages
127-
- uses: actions/cache@v1
127+
- uses: actions/cache@v4
128128
env:
129129
cache-name: cache-artifacts
130130
with:

0 commit comments

Comments
 (0)