Skip to content

Commit 1130c9b

Browse files
chore(actions): 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 d822112 commit 1130c9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Restore Quarto freezer
6262
if: ${{ !contains(github.event.pull_request.labels.*.name, 'clear-freezer') }}
6363
id: quarto-freezer-cache
64-
uses: actions/cache/restore@v4
64+
uses: actions/cache/restore@v5
6565
with:
6666
path: _freeze
6767
key: ${{ runner.os }}-quarto-freezer-${{ github.event.pull_request.head.sha }}-${{ github.run_attempt }}
@@ -184,7 +184,7 @@ jobs:
184184
PREVIEW_CHANGED_CHAPTERS: ${{ env.PREVIEW_CHANGED_CHAPTERS }}
185185

186186
- name: Save Quarto freezer
187-
uses: actions/cache/save@v4
187+
uses: actions/cache/save@v5
188188
with:
189189
path: _freeze
190190
key: ${{ runner.os }}-quarto-freezer-${{ github.event.pull_request.head.sha }}-${{ github.run_attempt }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: quarto-dev/quarto-actions/render@v2
4444

4545
- name: Save Quarto freezer
46-
uses: actions/cache/save@v4
46+
uses: actions/cache/save@v5
4747
with:
4848
path: _freeze
4949
key: ${{ runner.os }}-quarto-freezer-${{ github.ref_name }}-${{ github.sha }}

0 commit comments

Comments
 (0)