From 6f452e8d476c43a149794e1827f2da7f73801a59 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 16 May 2024 12:15:16 -0700 Subject: [PATCH] ci: upgrade release-please-action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebd7266..6cec6de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,7 +110,7 @@ jobs: - update_docs runs-on: ubuntu-22.04 steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v4 id: release with: release-type: simple