We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7040 commit 22ffefbCopy full SHA for 22ffefb
.github/workflows/ci-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
persist-credentials: false
17
18
- name: Restore pollux cache
19
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
20
with:
21
key: ${{ runner.os }}-pollux-cache
22
path: /home/runner/.pollux
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
54
55
- name: Save pollux cache
56
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5
57
58
59
0 commit comments