We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556861f commit dc82524Copy full SHA for dc82524
.github/workflows/config.yml
@@ -44,7 +44,7 @@ jobs:
44
id: yarn-cache
45
run: echo "::set-output name=dir::$(yarn cache dir)"
46
- name: Yarn のキャッシュファイルを取得する
47
- uses: actions/cache@v1
+ uses: actions/cache@v2
48
with:
49
path: ${{ steps.yarn-cache.outputs.dir }}
50
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -56,7 +56,7 @@ jobs:
56
# run: |
57
# gem install bundler --no-document -v 1.17.3 || true
58
- name: RubyGems のキャッシュを復元する
59
60
id: rubygems-cache
61
62
path: vendor/bundle
0 commit comments