Update GitHub Actions for Node 24

This commit is contained in:
firestar5683
2026-08-14 19:42:28 -05:00
parent 6ed117a131
commit 8a5cef0f86
5 changed files with 8 additions and 8 deletions
@@ -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@v4
uses: actions/cache/save@v5
if: github.ref == 'refs/heads/master'
with:
path: .ci_cache/scons_cache