Skip to content

Commit

Permalink
.github/workflows/hugo.yaml: Upgrade actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiet committed Nov 5, 2024
1 parent e149fbe commit 672b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit 672b6e6

Please sign in to comment.