From 723076ca9a68d044b8494c6c8aef5d6f0e24f819 Mon Sep 17 00:00:00 2001 From: asibs Date: Sat, 2 Mar 2024 18:59:24 +0000 Subject: [PATCH] Update create-pull-request GitHub action used in storyblok / google sheets action to use v6.0.1 which fixes a recently occurring issue caused by a GitHub change --- .github/workflows/storyblok-published.yaml | 2 +- .github/workflows/update-googlesheet-data.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storyblok-published.yaml b/.github/workflows/storyblok-published.yaml index 0af542e..cab392d 100644 --- a/.github/workflows/storyblok-published.yaml +++ b/.github/workflows/storyblok-published.yaml @@ -63,7 +63,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Commit Changes and Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6.0.1 with: # Note: Need to use a Personal Access Token here, NOT the standard # secrets.GITHUB_TOKEN - if we use the standard Github Actions GITHUB_TOKEN diff --git a/.github/workflows/update-googlesheet-data.yaml b/.github/workflows/update-googlesheet-data.yaml index a0c3270..85b53d8 100644 --- a/.github/workflows/update-googlesheet-data.yaml +++ b/.github/workflows/update-googlesheet-data.yaml @@ -167,7 +167,7 @@ jobs: # Add the updates to git git add data/constituency.json - name: Commit Changes and Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6.0.1 with: # Note: Need to use a Personal Access Token here, NOT the standard # secrets.GITHUB_TOKEN - if we use the standard Github Actions GITHUB_TOKEN