From ec7f982d02be67a76f5d9371af2a250aede6cb40 Mon Sep 17 00:00:00 2001 From: Nikita Ruban Date: Tue, 13 May 2025 10:48:11 +0000 Subject: [PATCH] chore: update release-please action reference - Changed the action reference in the release-please workflow from `google-github-actions/release-please-action@v4` to `googleapis/release-please-action@v4` for improved consistency and accuracy in the workflow configuration. --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 22a6edc..06817b2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,8 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Release Please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node - changelog-notes-type: github