Skip to content

Commit 3f64587

Browse files
committed
Bump action/cache version to 3.0.4
1 parent 44619d2 commit 3f64587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Emscripten cache
4040
if: matrix.platform.compiler == 'em++'
4141
id: cache-system-libraries
42-
uses: actions/cache@v2.1.7
42+
uses: actions/cache@v3.0.4
4343
with:
4444
path: ${{env.EM_CACHE_FOLDER}}
4545
key: ${{env.EM_VERSION}}-${{ runner.os }}

0 commit comments

Comments
 (0)