From 174de6aa1234719f35c4fd98cc7c8a0f2893feef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 22 Jan 2026 18:43:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 (#412) Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 138740b..b0e7e42 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 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 }}