From 739f39c866777685f79efc91f6e407bf70abe788 Mon Sep 17 00:00:00 2001 From: mjain6 Date: Mon, 25 May 2026 11:38:01 +0530 Subject: [PATCH] chore: update release-please-action from v4 to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32140eb0d8..533bf8a302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v6 - name: PROD - Prepare GitHub release id: create_prod_release - uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v4@main + uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main if: contains(github.ref, 'refs/heads/rel/') with: skip-github-pull-request: true @@ -372,7 +372,7 @@ jobs: - name: PROD - Prepare release PR if: contains(github.ref, 'refs/heads/rel/') - uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v4@main + uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main with: skip-github-release: true target-branch: ${{ github.ref_name }}