Skip to content

Commit

Permalink
chore(deps): bump actions/cache from v2.1.3 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.3...26968a0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sergioramos committed Mar 11, 2021
1 parent 1b5bf55 commit 493c34f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand All @@ -76,7 +76,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand All @@ -99,7 +99,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 493c34f

Please sign in to comment.