Skip to content

Commit 4ceb9e3

Browse files
dependabot[bot]abhro
authored andcommitted
Bump actions/cache from 4 to 5
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>
1 parent 6baed81 commit 4ceb9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ExportPluto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# We set up a folder that Pluto can use to cache exported notebooks. If the notebook file did not change,
3636
# then Pluto can take the exported file from cache instead of running the notebook.
3737
- name: Set up notebook state cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: pluto_state_cache
4141
key: ${{ runner.os }}-pluto_state_cache-v2-${{ hashFiles('**/Project.toml', '**/Manifest.toml', '.github/workflows/*' ) }}-${{ hashFiles('**/*jl') }}

0 commit comments

Comments
 (0)