Skip to content

Commit aef5636

Browse files
committed
Bump up the action/cache version
1 parent 0f68852 commit aef5636

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
42+
uses: actions/cache@v2.1.7
4343
with:
4444
path: ${{env.EM_CACHE_FOLDER}}
4545
key: ${{env.EM_VERSION}}-${{ runner.os }}

0 commit comments

Comments
 (0)