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

Update release workflow to use specific action versions for checkout and setup-python

This commit is contained in:
2025-10-12 23:19:40 +03:00
parent a9f18e4a0d
commit 06d1ae14e9
+3 -3
View File
@@ -11,10 +11,10 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: https://gitea.com/actions/checkout@v5 uses: https://gitea.com/actions/checkout
- name: Set up Python - name: Set up Python
uses: https://gitea.com/actions/setup-python@v5 uses: https://gitea.com/actions/setup-python
with: with:
python-version: "3.12" python-version: "3.12"
@@ -88,7 +88,7 @@ jobs:
# ---------------- Upload Release Assets ---------------- # ---------------- Upload Release Assets ----------------
- name: Upload release assets - name: Upload release assets
uses: https://gitea.com/actions/release@v1 uses: https://gitea.com/actions/gitea-release-action
with: with:
files: | files: |
yt-playlist-windows-${CI_COMMIT_TAG}.zip yt-playlist-windows-${CI_COMMIT_TAG}.zip