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 d9985b9 commit 5860c8dCopy full SHA for 5860c8d
.github/workflows/super_diff.yml
@@ -168,7 +168,7 @@ jobs:
168
- name: Build docsite
169
run: poetry run mkdocs build
170
- name: Save site/ for later jobs
171
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
172
with:
173
path: site
174
key: docsite-${{ github.sha }}
@@ -186,7 +186,7 @@ jobs:
186
187
ref: gh-pages
188
- name: Restore cache from previous job
189
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
190
191
192
0 commit comments