From 9c5279fd482dcac20f57d17b0bb924f478d9f39f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:14:04 -0500 Subject: [PATCH] build(deps): bump google-github-actions/release-please-action (#174) 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> --- .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 dce8e2ab..f2aa6b07 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 with: release-type: simple package-name: release-please-action