Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2022
1 parent c9f6482 commit 7c3c77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gss2022_backend_on_built_in_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: $ bundle install を行う
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gss2022_backend_on_postgres_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: $ bundle install を行う
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 7c3c77e

Please sign in to comment.