Skip to content

Commit 22ffefb

Browse files
chore(deps): update actions/cache action to v5 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bd7040 commit 22ffefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Restore pollux cache
19-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
19+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
2020
with:
2121
key: ${{ runner.os }}-pollux-cache
2222
path: /home/runner/.pollux
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
5454

5555
- name: Save pollux cache
56-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
56+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5
5757
with:
5858
key: ${{ runner.os }}-pollux-cache
5959
path: /home/runner/.pollux

0 commit comments

Comments
 (0)