diff options
Diffstat (limited to '.github/workflows/updateInvidous.yml')
-rw-r--r-- | .github/workflows/updateInvidous.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/updateInvidous.yml b/.github/workflows/updateInvidous.yml index 5c4baa89..5e01b5ca 100644 --- a/.github/workflows/updateInvidous.yml +++ b/.github/workflows/updateInvidous.yml @@ -18,8 +18,8 @@ jobs: run: npm run ci:invidious - name: Create pull request to update list - uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 - # v4.2.0 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 + # v4.2.3 with: commit-message: Update Invidious List author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |