Merge pull request #3 from skoelle/renovate/major-github-actions

Update GitHub Actions (major)
This commit is contained in:
Stefan Koelle
2026-08-11 20:56:32 +02:00
committed by GitHub
+2 -2
View File
@@ -10,9 +10,9 @@ jobs:
html-lint: html-lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v7
with: with:
node-version: '18' node-version: '18'
- name: Install dependencies - name: Install dependencies