From bd26af2d6276f4f7ae536794139a66ac5aa605ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 17:01:49 +0000 Subject: [PATCH] Bump carloscastrojumo/github-cherry-pick-action from 1.0.1 to 1.0.10 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-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cherryPickAutomation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cherryPickAutomation.yml b/.github/workflows/cherryPickAutomation.yml index 4bf99e2047..d8a70ede1e 100644 --- a/.github/workflows/cherryPickAutomation.yml +++ b/.github/workflows/cherryPickAutomation.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Cherry pick action - uses: carloscastrojumo/github-cherry-pick-action@v1.0.1 + uses: carloscastrojumo/github-cherry-pick-action@v1.0.10 with: branch: final-stable committer: openhab-bot @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: Cherry pick action - uses: carloscastrojumo/github-cherry-pick-action@v1.0.1 + uses: carloscastrojumo/github-cherry-pick-action@v1.0.10 with: branch: final-2.5.x committer: openhab-bot