diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 4b77761..b916a90 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint-debian: runs-on: ${{ vars.RUNNER_LABEL }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Linters run: npm install -g htmlhint stylelint stylelint-config-standard eslint - name: HTML