From 02b1254cdc14df80710d3ce67a32d0d55e42e98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:15:53 +0000 Subject: [PATCH] chore(deps): bump carloscastrojumo/github-cherry-pick-action 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] --- .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 }}'