File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
196
196
- name : Create a PR
197
197
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
199
199
id : create-pr
200
200
with :
201
201
base : ${{ steps.root.outputs.baseBranch }}
@@ -258,7 +258,7 @@ jobs:
258
258
# 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.
259
259
- name : Update the PR
260
260
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
262
262
with :
263
263
base : ${{ steps.root.outputs.baseBranch }}
264
264
branch : ${{ steps.root.outputs.prBranch }}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 2.9.1
4
10
5
11
### Fixes
You can’t perform that action at this time.
0 commit comments