4545
4646 - name : Restore WASM library directory from cache
4747 id : cache-wasm-library-dir
48- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
48+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949 with :
5050 path : ${{ github.workspace }}/wasm-library-dir
5151 key : wasm-library-dir-${{ hashFiles('bin/pyodide_build_dependencies.sh', 'bin/build_variables.sh') }}-0
@@ -57,13 +57,13 @@ jobs:
5757 run : bin/pyodide_build_dependencies.sh --wasm-library-dir ${{ github.workspace }}/wasm-library-dir
5858
5959 - name : Persist WASM library directory to cache
60- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
60+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6161 with :
6262 path : ${{ github.workspace }}/wasm-library-dir
6363 key : wasm-library-dir-${{ hashFiles('bin/pyodide_build_dependencies.sh', 'bin/build_variables.sh') }}-0
6464
6565 - name : Restore python-flint build directory from cache
66- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
66+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6767 with :
6868 path : ${{ github.workspace }}/flint_wasm_build
6969 key : flint-wasm-build-${{ hashFiles('**/meson.build', '**/pyproject.toml', '**/setup.py') }}
8787 pyodide build -Cbuild-dir=flint_wasm_build -Csetup-args="-Dflint_version_check=false"
8888
8989 - name : Persist python-flint build directory to cache
90- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
90+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9191 with :
9292 path : ${{ github.workspace }}/flint_wasm_build
9393 key : flint-wasm-build-${{ hashFiles('**/meson.build', '**/pyproject.toml', '**/setup.py') }}
0 commit comments