Skip to content

Commit

Permalink
chore: update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Nov 7, 2024
1 parent e5df59d commit 8540cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Dart Sass Embedded
run: sudo snap install dart-sass-embedded
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand All @@ -46,9 +46,9 @@ jobs:
shell: bash
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Setup Node.js 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Node.js dependencies
Expand Down

0 comments on commit 8540cfe

Please sign in to comment.