Skip to content

Commit ec78837

Browse files
Bump actions/cache from 4 to 5 (#64)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 47e8fa7 commit ec78837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/cache@v2
2828
- name: Cache CondaPkg
2929
id: cache-condaPkg
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
env:
3232
cache-name: cache-condapkg
3333
with:

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: julia-actions/cache@v2
1616
- name: Cache CondaPkg
1717
id: cache-condaPkg
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
env:
2020
cache-name: cache-condapkg
2121
with:

0 commit comments

Comments
 (0)