diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 93e37cde3..ce695f953 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -16,7 +16,7 @@ jobs: tag_name: ${{ steps.release-please.outputs.tag_name }} pr: ${{ steps.release-please.outputs.pr }} steps: - - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 + - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 id: release-please with: release-type: rust diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 37d2600e5..84223a27e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: with: app-id: ${{ secrets.MAZI_RELEASE_APP_ID }} private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 + - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 id: release with: token: ${{ steps.generate_token.outputs.token }}