diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index d5c6ba5..6913488 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -119,7 +119,7 @@ jobs: - name: Create Pull Request if: steps.check.outputs.has_updates == 'true' || steps.licenses.outputs.has_license_updates == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'Housekeeping Updates'