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 6ffe895 + 2f7077e commit 999f539Copy full SHA for 999f539
.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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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