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 5a942ec commit 380eaabCopy full SHA for 380eaab
.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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