diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index 320fdb15..ed955c6a 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -26,7 +26,7 @@ jobs: swift build - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GH_PAT }} base: "master"