From c1aed1985ba3fd90950b03bdef2a3ab538f601be Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Thu, 11 Jun 2020 21:11:16 -0500 Subject: [PATCH] chore: bump PR action version to v2.8.0 (#666) version updates Hopefully this will fix our random permission failure :( --- .github/workflows/pr-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-to-master.yml b/.github/workflows/pr-to-master.yml index a35cd2341..f0ae7eb48 100644 --- a/.github/workflows/pr-to-master.yml +++ b/.github/workflows/pr-to-master.yml @@ -20,7 +20,7 @@ jobs: - run: git fetch origin dev - run: git read-tree -u --reset ${{ github.sha }} - name: Create Pull Request - uses: tauri-apps/create-pull-request@v2.7.0 + uses: tauri-apps/create-pull-request@v2.8.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ github.event.head_commit.message }}