diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index d91179baa..6591e69dd 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -92,7 +92,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} base: master