Skip to content

Commit

Permalink
Merge pull request #1 from turo/DEVOPS-7795a
Browse files Browse the repository at this point in the history
fix: silence node12 deprecation warnings
  • Loading branch information
dgschwindturo authored Dec 19, 2022
2 parents b249c16 + 834800d commit 70243c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: ${{ env.GIT_SHA != github.sha }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
title: '[Automated PR] Bump KTLint and/or Google Java Formatter'
body: As the title says :)
Expand Down

0 comments on commit 70243c0

Please sign in to comment.