Skip to content

Commit 80a8a22

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps): bump actions/cache from 3.0.1 to 3.0.8
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c0138 commit 80a8a22

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Update to npm 7
3333
run: npm i -g npm@7 --registry=https://registry.npmjs.org
3434

35-
- uses: actions/[email protected].1
35+
- uses: actions/[email protected].8
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)