Skip to content

Commit dc82524

Browse files
committed
chore(deps): update actions/cache action to v2
1 parent 556861f commit dc82524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: yarn-cache
4545
run: echo "::set-output name=dir::$(yarn cache dir)"
4646
- name: Yarn のキャッシュファイルを取得する
47-
uses: actions/cache@v1
47+
uses: actions/cache@v2
4848
with:
4949
path: ${{ steps.yarn-cache.outputs.dir }}
5050
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -56,7 +56,7 @@ jobs:
5656
# run: |
5757
# gem install bundler --no-document -v 1.17.3 || true
5858
- name: RubyGems のキャッシュを復元する
59-
uses: actions/cache@v1
59+
uses: actions/cache@v2
6060
id: rubygems-cache
6161
with:
6262
path: vendor/bundle

0 commit comments

Comments
 (0)