4545
4646 - name : Restore WASM library directory from cache
4747 id : cache-wasm-library-dir
48- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
60+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
66+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
90+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9191 with :
9292 path : ${{ github.workspace }}/flint_wasm_build
9393 key : flint-wasm-build-${{ hashFiles('**/meson.build', '**/pyproject.toml', '**/setup.py') }}
0 commit comments