diff --git a/.github/workflows/update-license-year.yml b/.github/workflows/update-license-year.yml index cd7f89c..e046c62 100644 --- a/.github/workflows/update-license-year.yml +++ b/.github/workflows/update-license-year.yml @@ -35,7 +35,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update license year to ${{ env.CURRENT_YEAR }}"