Skip to content

Commit 2628b91

Browse files
Bump actions/cache from 4.2.0 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8573b49 commit 2628b91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
39+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
48+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4949
with:
5050
path: node_modules
5151
key: ${{ env.WINDOWS_KEY }}

0 commit comments

Comments
 (0)