From fe59687b7602b7dd854a2621ec5c0bb4c9c96135 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Dec 2025 14:07:21 +0100 Subject: [PATCH] chore(deps): pin akkuman/gitea-release-action action to fe8e032 (#9) 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 | |---|---|---|---| | [akkuman/gitea-release-action](https://github.com/akkuman/gitea-release-action) | action | pinDigest | → `fe8e032` | --- ### 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/UsbMakroBoard/pulls/9 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 69ce123..c3a6c41 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -45,7 +45,7 @@ jobs: with: path: artifacts - name: Create release - uses: akkuman/gitea-release-action@v1 + uses: akkuman/gitea-release-action@fe8e0322804b48e34e3bddbbf6335bd2b1046eb7 # v1 with: tag_name: ${{ steps.tag.outputs.new-tag }} name: ${{ steps.tag.outputs.new-tag }}