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 805be9a commit 21031c1
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 @@ -56,7 +56,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
path: ./models-ruby/
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
Expand All @@ -71,9 +71,6 @@ jobs:
Update Ruby 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 21031c1

Please sign in to comment.