diff --git a/.github/workflows/cypress-snapshot-update.yml b/.github/workflows/cypress-snapshot-update.yml index b281cdbf0..c0dc12361 100644 --- a/.github/workflows/cypress-snapshot-update.yml +++ b/.github/workflows/cypress-snapshot-update.yml @@ -46,7 +46,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v5 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: "chore(deps): cypress snapshot update" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b21..01a71d439 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -57,7 +57,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: "fix(deps): fix npm audit"