Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
Updated actions to latest versions
  • Loading branch information
SirRandoo authored Apr 3, 2024
1 parent 97f13e9 commit 95aee91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

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

0 comments on commit 95aee91

Please sign in to comment.