From 89e55f4365253a03702c35b41421c8ac63ab8328 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jul 2026 16:01:03 +0000 Subject: [PATCH] chore(deps): update gitea actions to 3d3c42e --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8e48e85..cbc5807 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: # Full history so the detect step can diff the PR against its base. fetch-depth: 0