Skip to content

Commit 29bc211

Browse files
author
davidzhh
committed
update action
1 parent f130aab commit 29bc211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
# Use GitHub Actions' cache to cache dependencies on servers
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v4
1717
with:
1818
path: vendor/bundle
1919
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)