Skip to content

Commit 2be9de7

Browse files
authored
chore: update create PR action to v6.0.1 (#71)
* chore: update create PR action to v6.0.1 * chore: update changelog
1 parent a2914e2 commit 2be9de7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
196196
- name: Create a PR
197197
if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.existing-pr.outputs.url == '') && ( steps.root.outputs.changed == 'false') }}
198-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # pin#v5.0.2
198+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # pin#v6.0.1
199199
id: create-pr
200200
with:
201201
base: ${{ steps.root.outputs.baseBranch }}
@@ -258,7 +258,7 @@ jobs:
258258
# Now make the PR in its final state. This way we only have one commit and no updates if there are no changes between runs.
259259
- name: Update the PR
260260
if: ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
261-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # pin#v5.0.2
261+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # pin#v6.0.1
262262
with:
263263
base: ${{ steps.root.outputs.baseBranch }}
264264
branch: ${{ steps.root.outputs.prBranch }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Bump updater action dependency to fix an issue when creating/updating a PR ([#71](https://github.com/getsentry/github-workflows/pull/71))
8+
39
## 2.9.1
410

511
### Fixes

0 commit comments

Comments
 (0)