mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-03-21 17:46:06 -05:00
Bump actions/cache from 3 to 4 (#254)
This commit is contained in:
parent
65dd9fe4a2
commit
4246755bb6
4
.github/workflows/check_links.yml
vendored
4
.github/workflows/check_links.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
# Restore cache
|
||||
- name: Restore lychee cache
|
||||
id: restore-cache
|
||||
uses: actions/cache/restore@v3
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: .lycheecache
|
||||
key: cache-lychee-${{ github.sha }}
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
# Always save cache
|
||||
- name: Save lychee cache
|
||||
uses: actions/cache/save@v3
|
||||
uses: actions/cache/save@v4
|
||||
if: always()
|
||||
with:
|
||||
path: .lycheecache
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user