diff --git a/compress-images/action.yml b/compress-images/action.yml index f1d491d..7a9fd02 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -29,7 +29,7 @@ runs: - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: title: Compressed Images Nightly branch-suffix: timestamp diff --git a/pr-lint/action.yml b/pr-lint/action.yml index e9e6f16..8932d0e 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -120,7 +120,7 @@ runs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: