diff --git a/.github/actions/install-meltingpot/action.yml b/.github/actions/install-meltingpot/action.yml index cb8d7c20..df7aaa96 100644 --- a/.github/actions/install-meltingpot/action.yml +++ b/.github/actions/install-meltingpot/action.yml @@ -32,7 +32,7 @@ runs: - name: Restore Melting Pot installation id: restore - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | meltingpot/assets @@ -51,7 +51,7 @@ runs: - name: Save Melting Pot installation if: steps.restore.outputs.cache-hit != 'true' - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | meltingpot/assets