From 863f806368e914f0e0d86828dd4861d7ce093eec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jun 2026 18:12:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .gitea/workflows/Release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/Release.yml b/.gitea/workflows/Release.yml index 352149c..eaafcfa 100644 --- a/.gitea/workflows/Release.yml +++ b/.gitea/workflows/Release.yml @@ -43,7 +43,7 @@ jobs: if: github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -276,7 +276,7 @@ jobs: inputs.tag_only != true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -343,7 +343,7 @@ jobs: inputs.tag_only == true steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0