Skip to content

Commit 7bbb8e8

Browse files
chore(deps): update actions/cache action to v5
1 parent 90f498a commit 7bbb8e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/docusaurus-cache/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Cache Docusaurus for faster application rebuilds."
44
runs:
55
using: "composite"
66
steps:
7-
- uses: actions/cache@v4
7+
- uses: actions/cache@v5
88
with:
99
path: |
1010
${{ github.workspace }}/.docusaurus

.github/actions/muffet/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
echo "Muffet version : ${{ inputs.muffet_version }}"
2828
echo "URL to validate : ${{ inputs.url_to_validate }}"
2929
- name: Restore cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
id: tool-cache-muffet
3232
with:
3333
path: /usr/local/bin/muffet

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Restore lychee cache
2929
id: cache-restore
30-
uses: actions/cache/restore@v4
30+
uses: actions/cache/restore@v5
3131
with:
3232
path: .lycheecache
3333
key: cache-lychee-${{ env.DATEOFDAY }}

0 commit comments

Comments
 (0)