Update actions/cache requirement to v2.1.3 (#8543)

Merge pull request 8543
This commit is contained in:
dependabot[bot] 2021-01-13 02:31:32 -05:00 committed by GitHub
parent 2313c4d748
commit 6dcd470f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v2.1.3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

View File

@ -19,7 +19,7 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Setup cache for Bundler
id: cache
uses: actions/cache@v2
uses: actions/cache@v2.1.3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

View File

@ -27,7 +27,7 @@ jobs:
with:
ruby-version: 2.7
- name: Set up Dependencies Cache
uses: actions/cache@v1
uses: actions/cache@v2.1.3
with:
path: sandbox/vendor/bundle
key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }}