diff --git a/.github/workflows/enable-workspace-hack.yml b/.github/workflows/enable-workspace-hack.yml index 26675d18a..3bda74f6e 100644 --- a/.github/workflows/enable-workspace-hack.yml +++ b/.github/workflows/enable-workspace-hack.yml @@ -42,7 +42,7 @@ jobs: git add . git commit -am "release: Re-enable workspace hack after a release" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch-suffix: "random" title: "release: Re-enable workspace hack after a release"