Skip to content

Commit a91dbc4

Browse files
renovate[bot]renovate-bot
andauthoredNov 12, 2020
chore(deps): update actions/cache action to v2 (#71)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 7b8b05a commit a91dbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: yarn-cache
2626
run: echo "::set-output name=dir::$(yarn cache dir)"
2727

28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v2
2929
with:
3030
path: ${{ steps.yarn-cache.outputs.dir }}
3131
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -61,7 +61,7 @@ jobs:
6161
id: yarn-cache
6262
run: echo "::set-output name=dir::$(yarn cache dir)"
6363

64-
- uses: actions/cache@v1
64+
- uses: actions/cache@v2
6565
with:
6666
path: ${{ steps.yarn-cache.outputs.dir }}
6767
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)
Please sign in to comment.