From 1f255d870967ce1f42ac7c4bc85573d559779c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:38:52 +0100 Subject: [PATCH] Chore(deps): Bump google-github-actions/release-please-action (#413) Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3 to 4. - [Release notes](https://github.com/google-github-actions/release-please-action/releases) - [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/release-please-action/compare/v3...v4) --- updated-dependencies: - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: andy Augustin --- .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 afaffa6d..0c1247c6 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -22,7 +22,7 @@ jobs: release_created: ${{ steps.release_please.outputs.release_created }} tag_name: ${{ steps.release_please.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release_please with: release-type: simple