Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sergioramos committed Nov 20, 2020
1 parent b26a55c commit 470c346
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.2
uses: actions/cache@v2.1.3
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.2
uses: actions/cache@v2.1.3
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.2
uses: actions/cache@v2.1.3
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.2
uses: actions/cache@v2.1.3
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 470c346

Please sign in to comment.