mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-16 17:45:51 -05:00
Update actions/cache requirement to v2.1.3 (#8543)
Merge pull request 8543
This commit is contained in:
2
.github/workflows/third-party.yml
vendored
2
.github/workflows/third-party.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user