From 4602a00f2197a1e750c1e6053ae219636403b7e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 22 Jan 2026 17:13:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.2 --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dbbcd76..0c9c834 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 11f816f..7ea2b00 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -45,7 +45,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: ref: ${{ needs.tag.outputs.tag_name }} # - name: Setup Python @@ -125,7 +125,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 }}