diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 9806651..604c2f0 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -23,7 +23,7 @@ jobs: compressOnly: true - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Compressed Images branch-suffix: timestamp diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 9b0d09e..81dd2eb 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -39,7 +39,7 @@ jobs: run: pnpm prettier-fix - name: Create pull request - uses: peter-evans/create-pull-request@0c2a66fe4af462aa0761939bd32efbdd46592737 # v6.0.2 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v6.0.2 with: author: 'Renovate Bot ' branch: 'chore/update-static-data'