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
Showing only changes of commit 7e236e53ca - Show all commits

chore(deps): update actions/checkout action to v6
All checks were successful
CodeQL / lint-debian (pull_request) Successful in 4m34s

Spacebot 2026-05-07 11:51:40 +00: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