Skip to content

Commit 7a74fc0

Browse files
build(deps): Bump actions/cache/restore from 6.0.0 to 6.1.0
Bumps [actions/cache/restore](https://github.com/actions/cache) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2c8a9bd...55cc834) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8890ae commit 7a74fc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version: ${{ env.NODE_VERSION }}
6666

6767
- name: Restore build artifacts
68-
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
68+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6969
with:
7070
path: .
7171
key: ${{ env.CACHE_KEY }}
@@ -94,7 +94,7 @@ jobs:
9494
node-version: ${{ env.NODE_VERSION }}
9595

9696
- name: Restore build artifacts
97-
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
97+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9898
with:
9999
path: .
100100
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)