ci: Update cache action

This change fixes deprecation warnings for Node.js 16 actions in the GHA
CI.

See:
- https://github.com/marketplace/actions/cache
- https://github.com/actions/cache/releases/tag/v4.0.0
This commit is contained in:
Hennadii Stepanov
2024-01-25 12:09:47 +00:00
parent 2483627299
commit 94a14d5290

View File

@@ -16,7 +16,7 @@ runs:
cat valgrind_fingerprint cat valgrind_fingerprint
shell: bash shell: bash
- uses: actions/cache@v3 - uses: actions/cache@v4
id: cache id: cache
with: with:
path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }} path: ${{ env.CI_HOMEBREW_CELLAR_VALGRIND }}