diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index cab337b..f94f72f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -33,7 +33,7 @@ jobs: - name: Create PR if tests pass if: success() && github.event_name == 'schedule' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} branch: deps/auto-update