From 9281128a340068e8766cb04f8ed36a4f0824f4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Mon, 20 Jan 2025 14:41:02 +0100 Subject: [PATCH] chore: adjust sync-pr version --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 861fbb3a..e7e8afaa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -108,7 +108,7 @@ jobs: target: ['alpha', 'v2-develop'] steps: - name: Call create sync pr - uses: gisce/create-sync-pr@v0.0.25 + uses: gisce/create-sync-pr@v0.0.26 with: repository: ${{ env.LIBRARY_NAME }} targetBranch: ${{ matrix.target }}