Update actions/cache requirement to v2.1.3 (#8543)
Merge pull request 8543
This commit is contained in:
parent
2313c4d748
commit
6dcd470f3d
|
@ -84,7 +84,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby_version }}
|
ruby-version: ${{ matrix.ruby_version }}
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
ruby-version: ${{ env.RUBY_VERSION }}
|
ruby-version: ${{ env.RUBY_VERSION }}
|
||||||
- name: Setup cache for Bundler
|
- name: Setup cache for Bundler
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: vendor/bundle
|
path: vendor/bundle
|
||||||
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 2.7
|
||||||
- name: Set up Dependencies Cache
|
- name: Set up Dependencies Cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2.1.3
|
||||||
with:
|
with:
|
||||||
path: sandbox/vendor/bundle
|
path: sandbox/vendor/bundle
|
||||||
key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }}
|
key: ubuntu-latest-gems-${{ hashFiles('**/Gemfile.lock') }}
|
||||||
|
|
Loading…
Reference in New Issue