Skip to content

Commit 207876c

Browse files
Update actions/cache action to v6
1 parent a9d23a2 commit 207876c

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@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
38+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
78+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7979
with:
8080
path: install
8181
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}

0 commit comments

Comments
 (0)