diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d0a4006..b154357 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -46,7 +46,7 @@ jobs: - name: Create Pull Request if: steps.outdated.outputs.has_updates == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update dependencies'