From e13b769ca0bb2ea4efd0bdd77d4c7608ad54f559 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Tue, 16 Jun 2026 16:08:01 +0200 Subject: [PATCH] ci: update release-please-action from v3 to v4.1.1 Node.js 20 actions are deprecated starting June 16, 2026. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release-please.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ea820e9..dc68ed3 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -12,13 +12,12 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3 + - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 id: release with: - command: manifest release-type: python token: ${{secrets.GITHUB_TOKEN}} - default-branch: main + target-branch: main outputs: release_created: ${{ steps.release.outputs.release_created }} release_tag_name: ${{ steps.release.outputs.tag_name }}