Skip to content

Commit 999f539

Browse files
Merge pull request #1457 from Quantum-Software-Development/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.0.2 to 4.1.2
2 parents 6ffe895 + 2f7077e commit 999f539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/composite-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
3737
- name: Check cache miss for MacOS
3838
id: macos-cache
39-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
39+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4040
with:
4141
path: node_modules
4242
key: ${{ env.MACOS_KEY }}
@@ -45,7 +45,7 @@ runs:
4545

4646
- name: Check cache miss for Windows
4747
id: windows-cache
48-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
48+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4949
with:
5050
path: node_modules
5151
key: ${{ env.WINDOWS_KEY }}

0 commit comments

Comments
 (0)