From 2a32706ebcba4175ae6b2a0bd334fa23a95a2f34 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 24 May 2024 16:14:58 +0200 Subject: [PATCH] ci: use new release-please action (#392) --- .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 ba90290e..c0f43783 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: token: ${{ secrets.HCLOUD_BOT_TOKEN }} config-file: .github/release-please-config.json