mirror of https://github.com/curbengh/hexo-yam
chore(deps): bump actions/cache from 3.0.2 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
077055ed0b
commit
0ecd3d1be3
|
@ -12,7 +12,7 @@ jobs:
|
|||
with:
|
||||
node-version: '14.x'
|
||||
- name: Cache NPM dependencies
|
||||
uses: actions/cache@v3.0.2
|
||||
uses: actions/cache@v3.0.6
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-npm-cache
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Cache NPM dependencies
|
||||
uses: actions/cache@v3.0.2
|
||||
uses: actions/cache@v3.0.6
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-npm-cache
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Cache NPM dependencies
|
||||
uses: actions/cache@v3.0.2
|
||||
uses: actions/cache@v3.0.6
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-npm-cache
|
||||
|
|
Loading…
Reference in New Issue