Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sergioramos committed Oct 16, 2020
1 parent ee770c5 commit 54e8357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
path: .yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 54e8357

Please sign in to comment.