We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e56be4 commit 592b236Copy full SHA for 592b236
1 file changed
.github/workflows/dependency-update.yml
@@ -62,7 +62,7 @@ jobs:
62
make local_s3
63
docker compose run --rm -v /tmp/coverage:/tmp/coverage celery_worker bash -c "COVERAGE_FILE=/tmp/coverage/.coverage pytest --cov-report term --cov=. --durations 10"
64
- name: Create Pull Request
65
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
66
with:
67
commit-message: "Update dependencies"
68
branch-suffix: "short-commit-hash"
0 commit comments