Skip to content

Commit 9e97b89

Browse files
author
John Mee
committed
update github action to remove warning
1 parent be9dcd6 commit 9e97b89

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ on:
55
branches:
66
- master
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout code
13-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1417

1518
- name: Setup Hugo
1619
uses: peaceiris/actions-hugo@v3
@@ -38,4 +41,4 @@ jobs:
3841
steps:
3942
- name: Deploy to GitHub Pages
4043
id: deployment
41-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)