diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-08 20:15:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 20:15:18 +0530 |
commit | 0d4805aff23a2f4607386893e2cdb0558d750d5b (patch) | |
tree | a8844e98a7c332bc6ee50b690455c7e2bdfe343f /.github/workflows/update_publicsuffix_data.yml | |
parent | abf3ecf117b24dd26853fbbdf26d6e442509b58e (diff) |
chore(deps): update peter-evans/create-pull-request action to v4.0.2 (#1834)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/update_publicsuffix_data.yml')
-rw-r--r-- | .github/workflows/update_publicsuffix_data.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml index 49afb4b6..a1adab12 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v4.0.2 if: "${{ env.UPDATED == 'true' }}" with: assignees: msfjarvis |