From 078afe5dd36f48c309799e0da331beded858d5a5 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 4 Jan 2026 09:16:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/auto-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-release.yaml b/.gitea/workflows/auto-release.yaml index eb7c3ce..2a02cd8 100644 --- a/.gitea/workflows/auto-release.yaml +++ b/.gitea/workflows/auto-release.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.1 with: fetch-depth: 0