Skip to content

Commit c2986cc

Browse files
authored
chore: Update CI to create-pull-request@v4
1 parent 1353a89 commit c2986cc

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Create Pull Request
5252
id: cpr
53-
uses: peter-evans/create-pull-request@v3
53+
uses: peter-evans/create-pull-request@v4
5454
with:
5555
path: .
5656
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
@@ -65,9 +65,6 @@ jobs:
6565
Update to use latest version of data models based on the [OpenActive Vocabulary](https://openactive.io/ns/) (codified by the [Data Models](https://github.com/openactive/data-models)), and the latest version of the [Dataset Site Template](https://github.com/openactive/dataset-site-template)
6666
labels: |
6767
automated pr
68-
team-reviewers: |
69-
owners
70-
maintainers
7168
draft: false
7269

7370
- name: Check outputs

0 commit comments

Comments
 (0)