From e370098312030a8e1f723128becd66efffebd5a0 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 14:51:34 +0300 Subject: [PATCH] Attempting to fix the publish action. --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 05c6fe0..b288075 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -9,11 +9,11 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Set up Python # This is the version of the action for setting up Python, not the Python version. - uses: actions/setup-python@v5 + uses: https://github.com/actions/setup-python@v5 with: # Semantic version range syntax or exact version of a Python version python-version: '3.12.3'