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 f45c4dc + 4b7554a commit 9bdfcd4Copy full SHA for 9bdfcd4
.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.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