Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
bundle-${{ env.os }}-${{ env.ruby }}-
- name: Cache node modules
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
bundle-${{ env.os }}-${{ env.ruby }}-
- name: Cache node modules
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: node_modules
key: yarn-${{ env.os }}-${{ hashFiles('yarn.lock') }}
with:
path: node_modules
key: yarn-${{ env.os }}-${{ hashFiles('yarn.lock') }}
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
with:
ruby-version: ${{ env.ruby }}
- name: Cache gems
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
path: vendor/bundle
key: bundle-${{ env.os }}-${{ env.ruby }}-${{ hashFiles('Gemfile.lock') }}
with:
ruby-version: ${{ matrix.ruby }}
- name: Cache gems
with:
ruby-version: ${{ matrix.ruby }}
- name: Cache gems
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-
- name: Cache node modules
with:
path: vendor/bundle
key: bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-${{ hashFiles('Gemfile.lock') }}
restore-keys: |
bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-
- name: Cache node modules
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: node_modules
key: yarn-ubuntu-${{ matrix.ubuntu }}-${{ hashFiles('yarn.lock') }}
with:
path: node_modules
key: yarn-ubuntu-${{ matrix.ubuntu }}-${{ hashFiles('yarn.lock') }}