diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index ccef3d09..c58a7f46 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -111,7 +111,7 @@ jobs: - name: Create Pull Request for Updated License if: failure() && steps.license.outputs.LICENSE_UPDATED == 'true' && github.event_name == 'push' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update license year'