chore(deps): bump googleapis/release-please-action from 4 to 5 (#3333)

Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-20 06:54:09 +02:00 committed by GitHub
parent 7fdae56f02
commit 45d6d67a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
minor: ${{ steps.release.outputs.minor }} minor: ${{ steps.release.outputs.minor }}
patch: ${{ steps.release.outputs.patch }} patch: ${{ steps.release.outputs.patch }}
steps: steps:
- uses: googleapis/release-please-action@v4 - uses: googleapis/release-please-action@v5
id: release id: release
with: with:
token: ${{ secrets.ZMK_RELEASE_PLEASE_TOKEN }} token: ${{ secrets.ZMK_RELEASE_PLEASE_TOKEN }}