Skip to content

Commit

Permalink
Update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2022
1 parent 9537cc2 commit c78b166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Yarn のキャッシュファイルを取得する
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -56,7 +56,7 @@ jobs:
# run: |
# gem install bundler --no-document -v 1.17.3 || true
- name: RubyGems のキャッシュを復元する
uses: actions/cache@v2
uses: actions/cache@v3
id: rubygems-cache
with:
path: vendor/bundle
Expand Down

0 comments on commit c78b166

Please sign in to comment.