Pārlūkot izejas kodu

chore: bump PR action version to v2.8.0 (#666) version updates

Hopefully this will fix our random permission failure :(
Jacob Bolda 5 gadi atpakaļ
vecāks
revīzija
c1aed1985b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/pr-to-master.yml

+ 1 - 1
.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 }}