diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 19e611b..4c3f444 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -103,7 +103,7 @@ jobs: - name: Create a PR id: create-pull-request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: commit-message: "doc: updated contributors file" branch: doc/contributors-bot diff --git a/.github/workflows/prepare-release-monorepo.yml b/.github/workflows/prepare-release-monorepo.yml index 0e3903f..4fddadc 100644 --- a/.github/workflows/prepare-release-monorepo.yml +++ b/.github/workflows/prepare-release-monorepo.yml @@ -202,7 +202,7 @@ jobs: - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 env: TARGET_TAG: ${{ inputs.target-tag }} with: