From 1bb8a025b6cdcfd6f494be5d491e247156982571 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 2 Sep 2024 20:17:01 +0300 Subject: [PATCH] ci: use relax version require for create-pull-request action --- .github/workflows/covector-version-or-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 507fd9ed..5c26c445 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request With Versions Bumped if: steps.covector.outputs.commandRan == 'version' - uses: tauri-apps/create-pull-request@v3.4.1 + uses: tauri-apps/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: covector/version-updates