Update pull request actions

This commit is contained in:
Magne Sjaastad
2023-05-18 21:21:33 +02:00
committed by GitHub
parent 873ff95c13
commit 95e3435384
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
pip install black
cd GrpcInterface
black .
- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Python code linting changes detected by black"