Skip to content

Commit

Permalink
Bump create-pull-request GH action to 6.1.0 (#4820)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1205648422731273/1207923237973390/f

### Description

This PR updates the peter-evans/create-pull-request action to the latest
version. It fixes a bug, which causes workflow failures whenever there
is an existing PR to update.

### Steps to test this PR

QA-optional

### No UI changes
  • Loading branch information
lmac012 authored Jul 30, 2024
1 parent d071a44 commit bc55ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-content-scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
RELEASE_VERSION: ${{ steps.extract-release-version.outputs._1}}
id: create-pr
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6.1.0
with:
base: "develop"
title: Update content scope scripts to version ${{ steps.extract-release-version.outputs._1}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ref-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
RELEASE_VERSION: ${{ steps.extract-release-version.outputs._1}}
id: create-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6.1.0
with:
base: "develop"
title: Update reference tests to version ${{ steps.extract-release-version.outputs._1}}
Expand Down

0 comments on commit bc55ff3

Please sign in to comment.