Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sergioramos committed Apr 13, 2021
1 parent e64d039 commit f1a3985
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].4
uses: actions/[email protected].5
with:
path: .yarn
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: .yarn
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
Expand All @@ -76,7 +76,7 @@ jobs:
with:
node-version: '13.x'
- name: Setup Cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: .yarn
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit f1a3985

Please sign in to comment.