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:
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments