Skip to content

Commit 5860c8d

Browse files
committed
Update actions/cache to v4
1 parent d9985b9 commit 5860c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/super_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Build docsite
169169
run: poetry run mkdocs build
170170
- name: Save site/ for later jobs
171-
uses: actions/cache/save@v3
171+
uses: actions/cache/save@v4
172172
with:
173173
path: site
174174
key: docsite-${{ github.sha }}
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
ref: gh-pages
188188
- name: Restore cache from previous job
189-
uses: actions/cache/restore@v3
189+
uses: actions/cache/restore@v4
190190
with:
191191
path: site
192192
key: docsite-${{ github.sha }}

0 commit comments

Comments
 (0)