From 21031c18220a9cd718ae0ff2205081a2a801d685 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:11:57 +0100 Subject: [PATCH] chore: Update CI to create-pull-request@v4 --- .github/workflows/create-data-model-pr.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/create-data-model-pr.yaml b/.github/workflows/create-data-model-pr.yaml index c89d1489..e4077ea8 100644 --- a/.github/workflows/create-data-model-pr.yaml +++ b/.github/workflows/create-data-model-pr.yaml @@ -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 }} @@ -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