diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index da5002b7..e22025ba 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -41,7 +41,7 @@ jobs: - name: Locking dependencies run: bash ./tools/update-actions.sh - name: Create a PR - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # ratchet:peter-evans/create-pull-request@v5.0.2 + uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # ratchet:peter-evans/create-pull-request@v6.0.5 env: GIT_AUTHOR_NAME: ${{ steps.import-gpg-key.outputs.name }} GIT_AUTHOR_EMAIL: ${{ steps.import-gpg-key.outputs.email }}