From 42f8e4125f7f70776ae2f5ee3f6014940da47bc9 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 18 Jun 2026 14:19:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 4b77761..834798a 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.0.0 - name: Install Linters run: npm install -g htmlhint stylelint stylelint-config-standard eslint - name: HTML