mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump actions/cache from 2.1.6 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.1. - [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/v2.1.6...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
296247dfa6
commit
de3b22f1f6
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- uses: actions/cache@v2.1.6
|
||||
- uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- uses: actions/cache@v2.1.6
|
||||
- uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
|
|
|
|||
4
.github/workflows/commitlint.yml
vendored
4
.github/workflows/commitlint.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: '14'
|
||||
- uses: actions/cache@v2.1.6
|
||||
- uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: '14'
|
||||
- uses: actions/cache@v2.1.6
|
||||
- uses: actions/cache@v3.0.1
|
||||
with:
|
||||
path: |
|
||||
~/.npm
|
||||
|
|
|
|||
Loading…
Reference in a new issue