From bfbf2b7e1d8a0363b45b1998cf23ba92db170527 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Nov 2024 11:33:03 +0000 Subject: [PATCH] chore(deps): update kemitix/rust action to v2.4.1 --- .forgejo/workflows/push-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push-main.yml b/.forgejo/workflows/push-main.yml index 64c832d..61e2a19 100644 --- a/.forgejo/workflows/push-main.yml +++ b/.forgejo/workflows/push-main.yml @@ -22,13 +22,13 @@ jobs: with: fetch-depth: 0 - name: Run release-plz release-pr - uses: https://git.kemitix.net/kemitix/rust@v2.3.0 + uses: https://git.kemitix.net/kemitix/rust@v2.4.1 with: args: release-plz release-pr --backend gitea --git-token ${{ secrets.FORGEJO_TOKEN }} env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - name: Run release-plz release - uses: https://git.kemitix.net/kemitix/rust@v2.3.0 + uses: https://git.kemitix.net/kemitix/rust@v2.4.1 with: args: release-plz release --backend gitea --git-token ${{ secrets.FORGEJO_TOKEN }} env: