Bump actions/cache and actions/checkout version

This commit is contained in:
2022-10-22 23:36:50 +00:00
committed by GitHub
parent e13cce3b49
commit cf70f20fdb
2 changed files with 12 additions and 12 deletions

View File

@@ -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 }}