From e44d81d6eff544fcaa9b7e579ae1d37b40073f5b Mon Sep 17 00:00:00 2001 From: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:04:27 -0700 Subject: [PATCH] chore(ci): Switch release-please-action location & update to latest version (#1229) Following the deprecation guidance at https://github.com/google-github-actions/release-please-action/pull/1, this updates the location we pull the action from and updates to the latest version. --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8e3085347..f3a872073 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,7 +29,7 @@ jobs: pull-requests: write steps: - name: Release Please - uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d + uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 with: token: ${{ secrets.GITHUB_TOKEN }} config-file: .github/release-please-config.json