diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index bff48a9..be5fdcf 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -109,7 +109,7 @@ jobs: - name: Create pull request for updates if: steps.update_check.outputs.has_updates == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update dependencies (patch versions)'