From eed1e8933d1a986c6fcae8405463517705d1c58d Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 17 Jun 2024 12:31:27 +0200 Subject: [PATCH] Update github-cherry-pick-action to v1.0.10 update github-cherry-pick-action to v1.0.10 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55d00a6e..aaf240b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: if: matrix.version != github.base_ref env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: carloscastrojumo/github-cherry-pick-action@v1.0.9 + uses: carloscastrojumo/github-cherry-pick-action@v1.0.10 with: branch: ${{ matrix.version }} labels: |