diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 307827cc..8a963fc4 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -33,7 +33,7 @@ jobs: uv run manage.py test - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: update dependencies" title: "chore: weekly dependency updates"