From 24a4797f2b660075dcb0ace73f03e5baf7a8c98a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Feb 2026 12:55:16 +0100 Subject: [PATCH] chore(deps): update https://gitea.t000-n.de/t.behrendt/k_deploy_workflows action to v0.0.3 (#50) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://gitea.t000-n.de/t.behrendt/k_deploy_workflows](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows) | action | patch | `0.0.2` → `0.0.3` | --- ### Release Notes
t.behrendt/k_deploy_workflows (https://gitea.t000-n.de/t.behrendt/k_deploy_workflows) ### [`v0.0.3`](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.2...0.0.3) [Compare Source](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.2...0.0.3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/50 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c56e494..32ce3fb 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -119,7 +119,7 @@ jobs: if: ${{ needs.check-changes.outputs.crowdsec == 'true' || github.event_name == 'workflow_dispatch' }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@ec18df2d974cbe641a26f98c70261d54af84b8cb # 0.0.2 + - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@727e9408a417d49027ceb308712aab8abd51c33e # 0.0.3 id: namespace with: repo: ${{ github.repository }}