We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d23a2 commit 207876cCopy full SHA for 207876c
1 file changed
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Restore cached HOOMD-blue build
37
id: cache
38
- uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
39
with:
40
path: install
41
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}-py313
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Cache HOOMD-blue build
77
if: steps.cache.outputs.cache-hit != 'true'
78
- uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
79
80
81
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
0 commit comments