diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-12 16:51:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 11:21:15 +0000 |
commit | 91d83ab8a7d062e65c08c5fb4793207375b168a1 (patch) | |
tree | 2bff7f7898a3d522022323126f7c2d155302bffd /.github/workflows/update_publicsuffix_data.yml | |
parent | 68c2699370b32aca53af62eb1b3c85b7507a9d38 (diff) |
chore(deps): update peter-evans/create-pull-request action to v6.0.3 (#2996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 c706ed12..f351ad6f 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -35,7 +35,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3 if: "${{ env.UPDATED == 'true' }}" with: author: GitHub Actions <noreply@github.com> |