Skip to content

Commit

Permalink
Update .github/workflows/jekyll.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Münnich <[email protected]>
  • Loading branch information
doerners and musicEnfanthen authored Oct 4, 2022
1 parent 87cf391 commit 6de024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down

0 comments on commit 6de024c

Please sign in to comment.