diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index ecc1bfa..c826439 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -69,7 +69,7 @@ jobs: - name: Create Pull Request if: steps.check_updates.outputs.updates_available == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update dependencies'