Skip to content

Commit

Permalink
Merge pull request #59 from MahamoudTBS/patch-1
Browse files Browse the repository at this point in the history
Update build-jeckyll.yml - updated to v4
  • Loading branch information
Reidmar authored Feb 15, 2024
2 parents 85a4b59 + eb78ba3 commit 5b0bae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-jeckyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- 8080:8080

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 5b0bae1

Please sign in to comment.