Skip to content

Commit

Permalink
Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Aug 19, 2024
1 parent d9985b9 commit 5860c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Build docsite
run: poetry run mkdocs build
- name: Save site/ for later jobs
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: site
key: docsite-${{ github.sha }}
Expand All @@ -186,7 +186,7 @@ jobs:
with:
ref: gh-pages
- name: Restore cache from previous job
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: site
key: docsite-${{ github.sha }}
Expand Down

0 comments on commit 5860c8d

Please sign in to comment.