5
0
Fork 0
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 v2 to v2.1.4

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 09:20:35 +00:00 committed by GitHub
parent b0c301bff4
commit 3317cfd7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '12.x'
- uses: actions/cache@v2 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
~/.npm ~/.npm
@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '12.x'
- uses: actions/cache@v2 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
~/.npm ~/.npm

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'
- uses: actions/cache@v2 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
~/.npm ~/.npm
@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '14'
- uses: actions/cache@v2 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
~/.npm ~/.npm