Skip to content

Commit 223fe46

Browse files
authored
Update create-pull-request version (#466)
Github action not working. Trying updating the version to see if that fixes things.
1 parent c8aac23 commit 223fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pip install -r requirements.txt
5252
python generate_base_client.py
5353
- name: Create Pull Request
54-
uses: peter-evans/create-pull-request@v3.8.2
54+
uses: peter-evans/create-pull-request@v5.0.0
5555
if: steps.git-diff-num.outputs.num-diff != 0
5656
with:
5757
token: ${{ secrets.SPEC_UPDATE_TOKEN }}

0 commit comments

Comments
 (0)