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.
2 parents 8573b49 + 2628b91 commit b334688Copy full SHA for b334688
.github/workflows/composite-action.yml
@@ -36,7 +36,7 @@ runs:
36
37
- name: Check cache miss for MacOS
38
id: macos-cache
39
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
40
with:
41
path: node_modules
42
key: ${{ env.MACOS_KEY }}
@@ -45,7 +45,7 @@ runs:
45
46
- name: Check cache miss for Windows
47
id: windows-cache
48
49
50
51
key: ${{ env.WINDOWS_KEY }}
0 commit comments