Skip to content

Commit c9fa801

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fb0485 commit c9fa801

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documenter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: julia-actions/cache@v3
2222
- name: Cache Quarto
2323
id: cache-quarto
24-
uses: actions/cache@v5
24+
uses: actions/cache@v6
2525
env:
2626
cache-name: cache-quarto
2727
with:
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-${{ env.cache-name }}-
3232
- name: Cache Documenter
3333
id: cache-documenter
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
env:
3636
cache-name: cache-documenter
3737
with:

0 commit comments

Comments
 (0)