From 9fc8d3663ff917f694afc35f5356a544db8f1ba4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:55:16 +0000 Subject: [PATCH 1/2] Update GitHub Actions --- .github/workflows/html-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/html-lint.yml b/.github/workflows/html-lint.yml index 4b0fac5..20f46e2 100644 --- a/.github/workflows/html-lint.yml +++ b/.github/workflows/html-lint.yml @@ -10,11 +10,11 @@ jobs: html-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: - node-version: '18' + node-version: '24' - name: Install dependencies run: npm install - name: Run html-validate From 87ed08c458bab17affd0ce9d7244fa1f0060352d Mon Sep 17 00:00:00 2001 From: Stefan Koelle <50440224+skoelle@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:56:23 +0200 Subject: [PATCH 2/2] Update html-lint.yml --- .github/workflows/html-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html-lint.yml b/.github/workflows/html-lint.yml index 20f46e2..49bdbac 100644 --- a/.github/workflows/html-lint.yml +++ b/.github/workflows/html-lint.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: '24' + node-version: '18' - name: Install dependencies run: npm install - name: Run html-validate