forked from spacebar/SplatNet
chore(deps): update actions/checkout action to v6
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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue