From 968bbd24bbec7f52228f383e6a6f6efef7993d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:17:12 +0200 Subject: [PATCH] chore(deps): update googleapis/release-please-action action to v4.1.3 (#89) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index f7ebb86..1745483 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -54,7 +54,7 @@ jobs: private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }} - id: release - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 + uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 with: config-file: ${{ inputs.config-file }} manifest-file: ${{ inputs.manifest-file }}