Skip to content

Commit d562118

Browse files
Bump actions/cache from 2 to 4 (#68)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...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 5641ae2 commit d562118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TestJuliaVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Cache preCICE
2828
id: cache-libprecice
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: libprecice3_3.1.0_focal.deb
3232
key: libprecice3_3.1.0_focal.deb1

0 commit comments

Comments
 (0)