From a87d8f32468b7aa339ff7adf4845ca67c676cb0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Aug 2026 18:04:13 +0000 Subject: [PATCH] chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.15 --- .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 dce0a08..e0c166f 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -19,6 +19,6 @@ jobs: with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7fa0cfa299dd79b6677ce8606f9612cd019eb3c6 # 0.2.15 with: tag: ${{ steps.tag.outputs.new-tag }} diff --git a/.gitea/workflows/prerelease.yaml b/.gitea/workflows/prerelease.yaml index 2ef626a..e022828 100644 --- a/.gitea/workflows/prerelease.yaml +++ b/.gitea/workflows/prerelease.yaml @@ -18,6 +18,6 @@ jobs: token: ${{ secrets.GITEA_TOKEN }} prerelease: true - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7fa0cfa299dd79b6677ce8606f9612cd019eb3c6 # 0.2.15 with: tag: ${{ steps.tag.outputs.new-tag }}