From 0bf7edf564c8fdb7cfcd26d206bdb7e531e5bb15 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 19 Jul 2026 05:10:49 +0000 Subject: [PATCH] chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.11 --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/prerelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 96dd8b3..746d2e2 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -22,6 +22,6 @@ jobs: uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42 with: token: ${{ secrets.GITEA_TOKEN }} - - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@4d70654e80019edcc5f6422e1a85580f1e0f3d52 # 0.2.10 + - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11 with: tag: ${{ steps.tag.outputs.new-tag }} diff --git a/.gitea/workflows/prerelease.yaml b/.gitea/workflows/prerelease.yaml index 581a8fb..e676824 100644 --- a/.gitea/workflows/prerelease.yaml +++ b/.gitea/workflows/prerelease.yaml @@ -17,6 +17,6 @@ jobs: with: token: ${{ secrets.GITEA_TOKEN }} prerelease: true - - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@4d70654e80019edcc5f6422e1a85580f1e0f3d52 # 0.2.10 + - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11 with: tag: ${{ steps.tag.outputs.new-tag }}