Update update_playlist.yml to Action version 4

this change allows you to avoid errors in the action section when the job is automatically started
pull/539/head
Brenders 2024-04-15 21:53:39 +02:00 committed by GitHub
parent 3b81a39383
commit 408934e9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Update playlist
run: |
git config user.name "PlaylistBot" || true