chore(deps): update actions/checkout action to v6
All checks were successful
CodeQL / lint-debian (push) Successful in 15s

This commit is contained in:
Spacebot 2026-05-07 11:51:40 +00:00 committed by kitten
commit 145b049dac

View file

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