Skip to content

Commit

Permalink
chore: Update CI to create-pull-request@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Apr 3, 2023
1 parent 3c8feb4 commit ce2a439
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-data-model-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
path: ./OpenActive.NET/
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
Expand All @@ -56,9 +56,6 @@ jobs:
Update .NET data models to the latest version based on the [OpenActive Vocabulary](https://openactive.io/ns/) (codified by the [Data Models](https://github.com/openactive/data-models)), [Test Interface](https://openactive.io/test-interface/) and [Beta Namespace](https://openactive.io/ns-beta/).
labels: |
automated pr
team-reviewers: |
owners
maintainers
draft: false

- name: Check outputs
Expand Down

0 comments on commit ce2a439

Please sign in to comment.