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 6a96181 commit 4e7e4c9Copy full SHA for 4e7e4c9
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
79
80
81
key: hoomd-blue-${{ steps.hoomd.outputs.sha }}
0 commit comments