From b628ed135986e270018a7cf32bcaf824c075c056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:34:39 +0000 Subject: [PATCH] chore(deps): update googleapis/release-please-action action to v5 --- .github/workflows/ansible_collection_cd.yml | 2 +- .github/workflows/golang_release.yml | 2 +- .github/workflows/python_release.yml | 2 +- .github/workflows/rust_release.yml | 2 +- .github/workflows/terraform_provider_cd.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible_collection_cd.yml b/.github/workflows/ansible_collection_cd.yml index e0c4937..aec2bad 100644 --- a/.github/workflows/ansible_collection_cd.yml +++ b/.github/workflows/ansible_collection_cd.yml @@ -44,7 +44,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Release Please id: release_please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: token: ${{ steps.DevOpsArrBOT.outputs.token }} - name: Update changelog diff --git a/.github/workflows/golang_release.yml b/.github/workflows/golang_release.yml index 8d078a9..84608f6 100644 --- a/.github/workflows/golang_release.yml +++ b/.github/workflows/golang_release.yml @@ -35,7 +35,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Release Please id: release_please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: token: ${{ steps.DevOpsArrBOT.outputs.token }} diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 3c98d63..02cf811 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -36,7 +36,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Release Please id: release_please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: token: ${{ steps.DevOpsArrBOT.outputs.token }} diff --git a/.github/workflows/rust_release.yml b/.github/workflows/rust_release.yml index a8a0c5c..e4dab14 100644 --- a/.github/workflows/rust_release.yml +++ b/.github/workflows/rust_release.yml @@ -30,7 +30,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Release Please id: release_please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: token: ${{ steps.DevOpsArrBOT.outputs.token }} diff --git a/.github/workflows/terraform_provider_cd.yml b/.github/workflows/terraform_provider_cd.yml index a701259..d152bfa 100644 --- a/.github/workflows/terraform_provider_cd.yml +++ b/.github/workflows/terraform_provider_cd.yml @@ -26,7 +26,7 @@ jobs: go-version-file: 'go.mod' - name: Release Please id: release_please - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 with: token: ${{ steps.DevOpsArrBOT.outputs.token }} gorelease: