mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-27 06:06:55 +08:00
Bump actions/cache and actions/checkout version
This commit is contained in:
2
.github/workflows/github-pages.yaml
vendored
2
.github/workflows/github-pages.yaml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
python3 get_cache_key.py exiv2 libzip x264 ffmpeg || exit 1
|
||||
- name: Cache
|
||||
id: cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: clib/
|
||||
key: ${{ runner.os }}-${{ steps.cache_key.outputs.cache_key }}
|
||||
|
||||
Reference in New Issue
Block a user