Update actions to replace deprecated versions (#32246)

actions/cache@v3 uses the deprecated Node.js 16 so update to
use v4 which uses Node.js 20. This also applies to save and
restore
old-commit-hash: ba2538c29c
This commit is contained in:
Andrew Goodbody
2024-04-19 20:33:45 +01:00
committed by GitHub
parent b9f6cb0120
commit 4d57211300
5 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ runs:
${{ env.RUN }} "rm -rf /tmp/scons_cache/* && \
scons -j$(nproc) --cache-populate"
- name: Save scons cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: github.ref == 'refs/heads/master'
with:
path: .ci_cache/scons_cache