1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00

Merge pull request #12 from darkzoul5/dependabot/github_actions/actions/setup-python-6

chore(deps): bump actions/setup-python from 5 to 6
This commit is contained in:
darkzoul5
2026-05-23 23:33:36 +03:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'
cache: 'pip'