Skip to content

Commit 4e7e4c9

Browse files
Update actions/cache action to v5.0.4 (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a96181 commit 4e7e4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Restore cached HOOMD-blue build
3737
id: cache
38-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
38+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3939
with:
4040
path: install
4141
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}-py313
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Cache HOOMD-blue build
7777
if: steps.cache.outputs.cache-hit != 'true'
78-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
78+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7979
with:
8080
path: install
8181
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}

0 commit comments

Comments
 (0)