diff --git a/.github/workflows/sync-games.yml b/.github/workflows/sync-games.yml index cdc7bb0..c105579 100644 --- a/.github/workflows/sync-games.yml +++ b/.github/workflows/sync-games.yml @@ -61,7 +61,7 @@ jobs: - name: Create Pull Request if: steps.diff.outputs.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Sync games list with Mudlet upstream"