From cd76f6ef491fca980b61d069a979c0c71108b337 Mon Sep 17 00:00:00 2001 From: Robin Lieb Date: Sun, 7 Jul 2024 13:13:30 +0200 Subject: [PATCH] chore(deps): update release-please-action due to deprecation notice (#22) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d256350..5f03238 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: config-file: release-please-config.json manifest-file: .release-please-manifest.json \ No newline at end of file