diff --git a/.github/workflows/update-artifacts.yml b/.github/workflows/update-artifacts.yml index 491f8d4099..d7ec5547b8 100644 --- a/.github/workflows/update-artifacts.yml +++ b/.github/workflows/update-artifacts.yml @@ -48,7 +48,7 @@ jobs: private-key: ${{ secrets.SUBXT_PR_MAKER_APP_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.app-token.outputs.token }} base: master