From ef358238c265ab8c001eb97f65628293e97fb6c1 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 27 Jul 2026 21:34:13 +0200 Subject: [PATCH] ci: update release-please-action to v5 The only breaking change in v5.0.0 is the move to the node 24 runtime; inputs, outputs and the manifest/config format are unchanged. Kept as its own commit since this action drives the release flow and is the one worth reverting alone if anything misbehaves. --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b1d50ac0e..fe4c66a7b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Run Release Please id: release - uses: googleapis/release-please-action@v4.4.0 + uses: googleapis/release-please-action@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} config-file: release-please-config.json