diff --git a/.github/workflows/scheduled-checks.yml b/.github/workflows/scheduled-checks.yml index d275722..aa45a63 100644 --- a/.github/workflows/scheduled-checks.yml +++ b/.github/workflows/scheduled-checks.yml @@ -109,7 +109,7 @@ jobs: - name: Create pull request if: steps.git-check.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update GitHub stars data' diff --git a/.github/workflows/update-github-stars.yml b/.github/workflows/update-github-stars.yml index d587ff8..fc7be1f 100644 --- a/.github/workflows/update-github-stars.yml +++ b/.github/workflows/update-github-stars.yml @@ -45,7 +45,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update GitHub stars data'