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

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: lint-debian:
runs-on: ${{ vars.RUNNER_LABEL }} runs-on: ${{ vars.RUNNER_LABEL }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Install Linters - name: Install Linters
run: npm install -g htmlhint stylelint stylelint-config-standard eslint run: npm install -g htmlhint stylelint stylelint-config-standard eslint
- name: HTML - name: HTML