Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 4.0.1 to 4.0.2 in /.github/actions/install-meltingpot #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/install-meltingpot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading