Skip to content

Commit 51b2303

Browse files
Cache built dependencies
1 parent 6ba7155 commit 51b2303

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-jekyll.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
fetch-depth: 2147483647
1818

1919
# Use GitHub Actions' cache to cache dependencies on servers
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
22-
path: vendor/bundle
22+
path: |
23+
.asdf/**
24+
vendor/bundle
2325
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
2426
restore-keys: |
2527
${{ runner.os }}-gems-

0 commit comments

Comments
 (0)