diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 6f26502..43102bc 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -20,7 +20,7 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.app-token.outputs.token }} branch: 'upgrade-vendored-dependencies'