From 57eb8085434278923089b76c39c40d5404a4ab66 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 18 Jun 2026 15:03:20 +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..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