diff --git a/.github/workflows/update-yt-dlp.yml b/.github/workflows/update-yt-dlp.yml index 5a974fb..3d6ab9c 100644 --- a/.github/workflows/update-yt-dlp.yml +++ b/.github/workflows/update-yt-dlp.yml @@ -76,7 +76,7 @@ jobs: - name: Create or update pull request if: steps.detect.outputs.needs_update == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: chore/refresh-yt-dlp commit-message: "chore: bump yt-dlp to ${{ steps.detect.outputs.latest_yt_dlp }}"