From 7e236e53cabc67e7547e99f6a538c99c5ec9bfde 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 2e2bee2..d6535a3 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint-debian: runs-on: debian-trixie steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Linters run: npm install -g htmlhint stylelint stylelint-config-standard eslint - name: HTML