chore(deps): update actions/checkout action to v6
All checks were successful
CodeQL / lint-debian (push) Successful in 15s
All checks were successful
CodeQL / lint-debian (push) Successful in 15s
This commit is contained in:
parent
d2e53fcf51
commit
145b049dac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue