From 6071f184ed3f6295059e9318f04bb658a98b0571 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 9 Sep 2025 13:05:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 2363dec..8864089 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@v4.3.0 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 10306a6..9f8878d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -45,7 +45,7 @@ jobs: REPO: ${{ gitea.repository }} - name: Check out repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 ref: ${{ needs.tag.outputs.tag_name }}