From 8a5d130c36d304fb03c1a665358761bd395c08f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:39:56 +0000 Subject: [PATCH] Bump actions/cache in /.github/actions/install-meltingpot Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/ab5e6d0c87105b4c9c2047343972218f562e4319...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/install-meltingpot/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-meltingpot/action.yml b/.github/actions/install-meltingpot/action.yml index df7aaa96..a72b858d 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@ab5e6d0c87105b4c9c2047343972218f562e4319 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 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@ab5e6d0c87105b4c9c2047343972218f562e4319 + uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | meltingpot/assets