Skip to content

Commit

Permalink
Update create-pull-request version (#466)
Browse files Browse the repository at this point in the history
Github action not working. Trying updating the version to see if that fixes things.
  • Loading branch information
sderickson committed Apr 28, 2023
1 parent c8aac23 commit 223fe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r requirements.txt
python generate_base_client.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.8.2
uses: peter-evans/create-pull-request@v5.0.0
if: steps.git-diff-num.outputs.num-diff != 0
with:
token: ${{ secrets.SPEC_UPDATE_TOKEN }}
Expand Down

0 comments on commit 223fe46

Please sign in to comment.