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
3 changed files with 3 additions and 3 deletions

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') }}