Skip to content

Commit

Permalink
Update .github/workflows/youtube-to-spotify-for-podcasters.yml
Browse files Browse the repository at this point in the history
bump actions/checkout from v2 to v3

Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
AnimeshKumar923 and derberg authored Oct 9, 2023
1 parent 64b7746 commit 8db2468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/youtube-to-spotify-for-podcasters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
upload_episode:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create episode.json file
run: |
# Get the video ID from the workflow_dispatch input.
Expand Down

0 comments on commit 8db2468

Please sign in to comment.