From d25e8a2999384f16b2416e9afa6b3bd5ec71c268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:05:13 +0000 Subject: [PATCH] ci(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action --- .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 da46cab0c..d0d63398c 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -16,7 +16,7 @@ jobs: installation_id: ${{ secrets.RELEASE_PLEASE_APP_INSTALLATION_ID }} private_key: ${{ secrets.RELEASE_PLEASE_APP_PRIVATE_KEY }} - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v3 with: release-type: simple package-name: initium-platform