From 7a4b53db559166036210bb353eae0c0173886722 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:18:09 +0000 Subject: [PATCH] chore(deps): Update GoogleCloudPlatform/release-please-action action to v5 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 672372f3..8b2dc79f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,6 +19,6 @@ jobs: private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} permission-contents: write permission-pull-requests: write - - uses: GoogleCloudPlatform/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4 + - uses: GoogleCloudPlatform/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 with: token: ${{ steps.app-token.outputs.token }}