Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash

- name: Restore cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.0.3
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.3
env:
cache-name: cache
with:
Expand All @@ -73,7 +73,7 @@ jobs:
PR_NUMBER
PR_SHA
retention-days: 7
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.0.3
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.3
with:
path: tmp/.htmltest
key: ${{ runner.os }}-htmltest
Expand Down