From 2ecf94533920fb6a90ba5f029230cd4cdc69f855 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 18 Jul 2024 11:46:32 +0200 Subject: [PATCH] ci: update release-please to the new workspace (#5901) - Update release-please namespace because it moved from google-github-actions to googleapis. - Switch to a complete release identifier. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 94a5c930..7c78d7c6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -155,7 +155,7 @@ jobs: pull-requests: write timeout-minutes: 60 steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4.1.3 id: release with: config-file: .github/release-please/release-please-config.json