From 06d1ae14e98a96a24ddb73d1032e06a7fe9d5144 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Sun, 12 Oct 2025 23:19:40 +0300 Subject: [PATCH] Update release workflow to use specific action versions for checkout and setup-python --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2c8d3ad..811c599 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout code - uses: https://gitea.com/actions/checkout@v5 + uses: https://gitea.com/actions/checkout - name: Set up Python - uses: https://gitea.com/actions/setup-python@v5 + uses: https://gitea.com/actions/setup-python with: python-version: "3.12" @@ -88,7 +88,7 @@ jobs: # ---------------- Upload Release Assets ---------------- - name: Upload release assets - uses: https://gitea.com/actions/release@v1 + uses: https://gitea.com/actions/gitea-release-action with: files: | yt-playlist-windows-${CI_COMMIT_TAG}.zip