From e3fa4f44b7bb410035be4fcf38e7c172fd2fae56 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 6 Nov 2024 20:26:02 +0100 Subject: [PATCH] ci: change to non deprecated action googleapis/release-please-action (#5798) --- .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 19e816e6a9d1..379e78b1de5d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: tag_name: ${{ steps.release_please.outputs.tag_name }} steps: - name: Release-please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release_please with: token: ${{ secrets.GITHUB_TOKEN }}