diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-28 10:16:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 04:46:02 +0000 |
commit | 7883d30583e9c4f2edc31bc7cf778da6266f5e98 (patch) | |
tree | f3bed61478daed4ce53f764830c6e6c1e6cd7b86 /.github/workflows/update_publicsuffix_data.yml | |
parent | c42b396ee546236f1f1cc2bd19bfec956e30c713 (diff) |
chore(deps): update peter-evans/create-pull-request action to v6.0.1 (#2922)
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 a964da88..4c3d25d9 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@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 + uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 if: "${{ env.UPDATED == 'true' }}" with: author: GitHub Actions <noreply@github.com> |