From d07c9cf04b16f73d0068bd095b9cc650012f87c3 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 10 Jul 2024 20:10:21 +0100 Subject: [PATCH] chore: Switch to `googleapis/release-please-action` (#193) Part of https://github.com/cloudquery/cloudquery-issues/issues/1985 (internal issue). `google-github-actions/release-please-action` was archived and moved to `googleapis/release-please-action` --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index e19ba21..cb02b05 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v3 id: release with: release-type: go