Skip to content

Commit c61d0ae

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps): bump actions/cache from 3.0.10 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.10...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3638054 commit c61d0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update to npm 7
3737
run: npm i -g npm@7 --registry=https://registry.npmjs.org
3838

39-
- uses: actions/cache@v3.0.10
39+
- uses: actions/cache@v3.2.6
4040
with:
4141
path: ~/.npm
4242
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)