diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 16d4e48..6f31fbe 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -38,7 +38,7 @@ jobs: shell: bash - name: Create Pull Request if: steps.changes.outputs.has_changes - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: Update dependencies'