diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 890411c2..e25a2ea5 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -90,7 +90,7 @@ jobs: - name: Create artifact sync PR if: steps.compare-artifacts.outputs.artifacts_match == 'false' - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: token: ${{ steps.bot_token.outputs.token }} path: ./offchain diff --git a/.github/workflows/deploy-contracts.yml b/.github/workflows/deploy-contracts.yml index 3369936f..17ba0d86 100644 --- a/.github/workflows/deploy-contracts.yml +++ b/.github/workflows/deploy-contracts.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Create contract update PR - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: commit-message: "sync: contract addresses" title: "Sync: contract addresses"