Skip to content

Commit

Permalink
Update peter-evans/create-pull-request action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2022
1 parent 21efcfd commit a1eec73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/files-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
config/spotless.license.java
config/checkstyle/checkstyle.xml
- name: Create Pull Request - master
uses: peter-evans/create-pull-request@v4.2.0
uses: peter-evans/create-pull-request@v4.2.2
with:
path: target
token: ${{ secrets.GH_TOKEN }}
Expand All @@ -142,7 +142,7 @@ jobs:
echo ::set-output name=skip::${skip}
- name: Create Pull Request - ${{ steps.branch.outputs.branch }}
if: steps.branch.outputs.branch != '' && steps.skip.outputs.skip != 'true'
uses: peter-evans/create-pull-request@v4.2.0
uses: peter-evans/create-pull-request@v4.2.2
with:
path: branch
token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit a1eec73

Please sign in to comment.