From 74c6c561e17b699c780b4326d6b8b5921183bcce Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 20:43:07 +0100 Subject: [PATCH] chore: update release-please action --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 25ec451..b4771f5 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.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: # use a token so that git pushes trigger subsequent workflow runs token: ${{ secrets.RELEASE_PLEASE_TOKEN }}