From 0a49676c72c8dd0fd2db3d33fc81f9ebd52e44c3 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Wed, 3 Jun 2026 17:15:46 +0300 Subject: [PATCH] ci: bump gh action version --- .github/workflows/update-yt-dlp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"