Skip to content

Commit 90be928

Browse files
Bump actions/cache from 3 to 4 (#4873)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d95673 commit 90be928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repository: JuliaPlots/PlotDocs.jl
1616
- uses: julia-actions/setup-julia@latest
1717
- name: Cache artifacts
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
env:
2020
cache-name: cache-artifacts
2121
with:

0 commit comments

Comments
 (0)