Merge pull request #13 from hms5232/bump-actions/cache-v4

Bump actions/cache to v4
This commit is contained in:
Dave Rolsky
2024-02-25 18:04:58 +08:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ runs:
if: ${{ steps.determine-cross-compile.outputs.needs-cross == 'true' }}
- name: Cache cross
id: cache-cross
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-cross-dir.outputs.cross-dir }}/cross
key: ${{ runner.os }}-${{ steps.determine-cross-version.outputs.cross-version }}