Skip to content

Commit

Permalink
ci: upgrade actions/checkout from v3 to v4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Sep 21, 2023
1 parent 4e63aa4 commit c18d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
HUGO_VERSION: 0.117.0
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Go
Expand Down

0 comments on commit c18d5de

Please sign in to comment.