From e7429f938dad542202edbc667110ccd2b9cda8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 25 Dec 2024 12:09:05 +0200 Subject: [PATCH] ci(release-please): switch to googleapis/release-please-action google-github-actions/release-please-action is deprecated and archived. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0ff9d5a3d2..28af929c18a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - dist: ubuntu14 steps: - uses: actions/checkout@v4 - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json