From ec9bb1807b7410ee40de931e97db4792bb4f4022 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Sun, 12 Oct 2025 23:22:21 +0300 Subject: [PATCH] Update release workflow to use specific action versions for checkout, setup-python, and release asset uploads --- .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 811c599..e7a8ed7 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 + uses: https://gitea.com/actions/checkout@v5 - name: Set up Python - uses: https://gitea.com/actions/setup-python + uses: https://gitea.com/actions/setup-python@v6 with: python-version: "3.12" @@ -88,7 +88,7 @@ jobs: # ---------------- Upload Release Assets ---------------- - name: Upload release assets - uses: https://gitea.com/actions/gitea-release-action + uses: https://gitea.com/actions/gitea-release-action@v1 with: files: | yt-playlist-windows-${CI_COMMIT_TAG}.zip