Skip to content

Commit b3a35d2

Browse files
chore(deps): bump actions/cache from 5.0.0 to 5.0.1 (#259)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64a9a08 commit b3a35d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
node-version-file: '.nvmrc'
4444

4545
- name: Cache npm files
46-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
46+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
4747
with:
4848
path: ~/.npm
4949
key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}
5050

5151
- name: Cache the out/ directory
52-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
52+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
5353
with:
5454
path: ./out
5555
key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}}

0 commit comments

Comments
 (0)