Skip to content

Commit 24b01ec

Browse files
committed
Update deps
1 parent 8032e43 commit 24b01ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
env:
21-
DART_SASS_VERSION: 1.90.0
22-
GO_VERSION: 1.24.5
23-
HUGO_VERSION: 0.148.2
24-
NODE_VERSION: 22.18.0
21+
DART_SASS_VERSION: 1.93.3
22+
GO_VERSION: 1.25.4
23+
HUGO_VERSION: 0.152.2
24+
NODE_VERSION: 24.11.0
2525
TZ: Europe/Oslo
2626
outputs:
2727
pages_base_url: ${{ steps.pages.outputs.base_url }}
@@ -129,7 +129,7 @@ jobs:
129129
swap_urls: |
130130
${{ format('{{ "^{0}" : "" }}', needs.build.outputs.pages_base_path) }}
131131
- name: Install libxml2-utils
132-
run: sudo apt-get install libxml2-utils
132+
run: sudo apt update && sudo apt install libxml2-utils
133133
- name: Verify that RSS and sitemap are valid XML
134134
run: |
135135
xmllint --noout ./index.xml

0 commit comments

Comments
 (0)