Skip to content

Commit

Permalink
fix: silence node12 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Dec 19, 2022
1 parent 20e1871 commit eb92867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: git diff

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
id: cpr
with:
token: ${{ inputs.github-personal-access-token }}
Expand Down

0 comments on commit eb92867

Please sign in to comment.