From c3243e40f97e2c408425cbacc54d20cc4fee10d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jan 2026 11:02:21 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7a3bbbf..e871202 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -18,10 +18,10 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.15 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@aea67fe6c1ec55c0e868b1aa3453d2a553f43f5f # 0.1.15 with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.3 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@4d70414705c11d192f338c83b50d6ba38bc228bd # 0.0.3 with: tag: ${{ steps.tag.outputs.new-tag }}