Skip to content

Commit ce2a439

Browse files
authored
chore: Update CI to create-pull-request@v4
1 parent 3c8feb4 commit ce2a439

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/create-data-model-pr.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Create Pull Request
4343
id: cpr
44-
uses: peter-evans/create-pull-request@v3
44+
uses: peter-evans/create-pull-request@v4
4545
with:
4646
path: ./OpenActive.NET/
4747
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
@@ -56,9 +56,6 @@ jobs:
5656
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/).
5757
labels: |
5858
automated pr
59-
team-reviewers: |
60-
owners
61-
maintainers
6259
draft: false
6360

6461
- name: Check outputs

0 commit comments

Comments
 (0)