From ed8c75b394d34a61a61b5cb86fd1fc0a9d69acf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:00:01 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/release-please-action 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] --- .github/workflows/modules-release-please.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modules-release-please.yaml b/.github/workflows/modules-release-please.yaml index 381dccca75..68a68c1736 100644 --- a/.github/workflows/modules-release-please.yaml +++ b/.github/workflows/modules-release-please.yaml @@ -16,7 +16,7 @@ jobs: outputs: releases_created: ${{ steps.release-please.outputs.releases_created }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release-please with: release-type: simple diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b49772c230..9574479df2 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -12,7 +12,7 @@ jobs: outputs: releases_created: ${{ steps.release-please.outputs.releases_created }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release-please with: release-type: simple