Update: bump actions/cache from 2 to 3
This commit is contained in:
committed by
Michael Lutz
parent
33dabc42bb
commit
2a2f80bb71
2
.github/workflows/preview_build.yml
vendored
2
.github/workflows/preview_build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
git checkout -b ${name}
|
||||
|
||||
- name: Setup cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /emsdk/upstream/emscripten/cache
|
||||
key: 2.0.31-${{ runner.os }}
|
||||
|
||||
Reference in New Issue
Block a user