From d6a761d1ecf1b6f12067cf82c4e368a90f8a20b9 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 17 Feb 2023 13:41:50 -0500 Subject: [PATCH] build: 1 to v1 in sync-branches workflow (#2045) --- .github/workflows/sync-alpha-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-alpha-master.yml b/.github/workflows/sync-alpha-master.yml index 7da5ba6e42..36e8fd88ca 100644 --- a/.github/workflows/sync-alpha-master.yml +++ b/.github/workflows/sync-alpha-master.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 - name: Create Pull Request id: cpr - uses: tretuna/sync-branches@1 + uses: tretuna/sync-branches@v1 with: GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }} FROM_BRANCH: "master"