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

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