From c638134a1c80020fbdfd6922bdb0a7fc329a0f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:49:18 +0000 Subject: [PATCH] build(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 4.0 to 4.1. - [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/v4.0...v4.1) --- updated-dependencies: - dependency-name: google-github-actions/release-please-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please-main.yaml b/.github/workflows/release-please-main.yaml index 4e3a4e7..83c28b9 100644 --- a/.github/workflows/release-please-main.yaml +++ b/.github/workflows/release-please-main.yaml @@ -20,7 +20,7 @@ jobs: outputs: release_created: ${{ steps.release-please.outputs.release_created }} steps: - - uses: google-github-actions/release-please-action@v4.0 + - uses: google-github-actions/release-please-action@v4.1 id: release-please with: release-type: go