diff --git a/.github/workflows/scala-cli-update.yml b/.github/workflows/scala-cli-update.yml index 88323daf..fbbd4476 100644 --- a/.github/workflows/scala-cli-update.yml +++ b/.github/workflows/scala-cli-update.yml @@ -16,7 +16,7 @@ jobs: git fetch origin update-scala-cli-setup:update-scala-cli-setup git reset --hard update-scala-cli-setup - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: update-scala-cli-setup commit-message: Update ScalaCLI diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index 51611dde..a9ecf028 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -22,7 +22,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: Update dist author: GitHub