Skip to content

Commit 7b53161

Browse files
Bump actions/cache from 5.0.2 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4612668 commit 7b53161

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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
39+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
48+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4949
with:
5050
path: node_modules
5151
key: ${{ env.WINDOWS_KEY }}

0 commit comments

Comments
 (0)