From f7d109effa4bf99570a466675377d2b6b23e1e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:58:28 +0200 Subject: [PATCH] chore(deps): bump carloscastrojumo/github-cherry-pick-action (#362) Bumps [carloscastrojumo/github-cherry-pick-action](https://github.com/carloscastrojumo/github-cherry-pick-action) from 1.0.1 to 1.0.10. - [Release notes](https://github.com/carloscastrojumo/github-cherry-pick-action/releases) - [Commits](https://github.com/carloscastrojumo/github-cherry-pick-action/compare/v1.0.1...v1.0.10) --- updated-dependencies: - dependency-name: carloscastrojumo/github-cherry-pick-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-bot.yaml b/.github/workflows/release-bot.yaml index 755b1a4d9..f51a1b854 100644 --- a/.github/workflows/release-bot.yaml +++ b/.github/workflows/release-bot.yaml @@ -136,7 +136,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: carloscastrojumo/github-cherry-pick-action@v1.0.1 + - uses: carloscastrojumo/github-cherry-pick-action@v1.0.10 with: branch: main title: '[cherry-pick] ${{ needs.semver.outputs.version }} - ${{ github.sha }}'