Skip to content

Commit 2727b42

Browse files
authored
Update hugo.yml
1 parent 42e082c commit 2727b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Install Dart Sass Embedded
4141
run: sudo snap install dart-sass-embedded
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
4646
- name: Setup Pages
4747
id: pages
48-
uses: actions/configure-pages@v3
48+
uses: actions/configure-pages@v4
4949
- name: Install Node.js dependencies
5050
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5151
- name: Build with Hugo
@@ -72,4 +72,4 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v1
75+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)