Browse Source

ci: update cache action since v2 is now hard deprecated

Signed-off-by: Liam McLoughlin <lmcloughlin@google.com>
Liam McLoughlin 4 months ago
parent
commit
88a1deabca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -26,7 +26,7 @@ jobs:
 
 
       - name: Setup emsdk cache
       - name: Setup emsdk cache
         id: cache-emsdk
         id: cache-emsdk
-        uses: actions/cache@v2
+        uses: actions/cache@v4
         with:
         with:
           path: ${{env.EM_CACHE_FOLDER}}
           path: ${{env.EM_CACHE_FOLDER}}
           key: emsdk-${{env.EM_VERSION}}-${{ runner.os }}
           key: emsdk-${{env.EM_VERSION}}-${{ runner.os }}