From a1f9b33846103f8759aa389d4ae1b884c3d19a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 22 Jan 2026 17:15:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 (#19) Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b828aee..b617082 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -61,7 +61,7 @@ jobs: REPO: ${{ gitea.repository }} - name: Check out repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: ${{ needs.tag.outputs.tag_name }}