chore(deps): update actions/checkout action to v6 #2

Merged
kitten merged 1 commit from renovate/actions-checkout-6.x into main 2026-05-08 06:10:17 +02:00

View file

@ -9,7 +9,7 @@ jobs:
lint-debian:
runs-on: debian-trixie
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Linters
run: npm install -g htmlhint stylelint stylelint-config-standard eslint
- name: HTML