Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
- update `actions/checkout` to `v4` and add `fetch-depth`
- this fixes #46
  • Loading branch information
omarcostahamido authored Sep 10, 2024
1 parent b87f647 commit c99fb04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
Expand Down

0 comments on commit c99fb04

Please sign in to comment.