Skip to content

Commit a682314

Browse files
committed
Fixes cache version
1 parent 739a872 commit a682314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
key: ${{ runner.os }}-${{ github.sha }}
112112
- name: ⚡️ Cache HTMLProofer
113113
id: cache-htmlproofer
114-
uses: actions/cache@v2
114+
uses: actions/cache@v3
115115
with:
116116
path: tmp/.htmlproofer
117117
key: ${{ runner.os }}-htmlproofer

0 commit comments

Comments
 (0)