Skip to content

Commit f94a304

Browse files
authored
Merge pull request #74 from trailofbits/update-actions
Update actions
2 parents 5127750 + 6001ff8 commit f94a304

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
@@ -39,12 +39,12 @@ jobs:
3939
- name: Install Dart Sass Embedded
4040
run: sudo snap install dart-sass-embedded
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545
- name: Setup Pages
4646
id: pages
47-
uses: actions/configure-pages@v3
47+
uses: actions/configure-pages@v5
4848
- name: Install Node.js dependencies
4949
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5050
- name: Build with Hugo
@@ -71,4 +71,4 @@ jobs:
7171
steps:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
74-
uses: actions/deploy-pages@v1
74+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)