We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f130aab commit 29bc211Copy full SHA for 29bc211
.github/workflows/build-jekyll.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
15
# Use GitHub Actions' cache to cache dependencies on servers
16
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
17
with:
18
path: vendor/bundle
19
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments