From 145b049dac285842ed7b12b8394ac89d5a1e66e8 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 7 May 2026 11:51:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 00434f4..4b77761 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@v4 + - uses: actions/checkout@v6 - name: Install Linters run: npm install -g htmlhint stylelint stylelint-config-standard eslint - name: HTML