Skip to content

Commit d4b6df3

Browse files
dependabot[bot]voxpelli
authored andcommitted
Bump actions/cache from 2 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97397db commit d4b6df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 'lts/*'
1919

2020
- name: 'Cache Node dependencies'
21-
uses: 'actions/cache@v2'
21+
uses: 'actions/cache@v3.0.1'
2222
with:
2323
path: '~/.npm'
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)