diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 846c8de..82a4cc2 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -36,7 +36,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'