From ee135eb5fea28de1c597ce977d96306100720d9c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 15:15:33 +0100 Subject: [PATCH] build(push-main): use sha to specify rust action (bust cache) --- .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 6ed3327..f36fd3a 100644 --- a/.forgejo/workflows/push-main.yml +++ b/.forgejo/workflows/push-main.yml @@ -22,14 +22,14 @@ jobs: with: fetch-depth: 0 - name: Run release-plz release-pr - uses: https://git.kemitix.net/kemitix/rust@dev + uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991 with: args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN} env: GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - name: Run release-plz release - uses: https://git.kemitix.net/kemitix/rust@dev + uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991 with: args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN} env: