From 4666503f32605beb6991902a32631d7a3c1453c8 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Thu, 9 Jul 2026 18:14:38 -0300 Subject: [PATCH] bugfix: actualizo versiones de checkout, setup-python, clonar depth completo --- .gitea/workflows/publish-pypi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish-pypi.yaml b/.gitea/workflows/publish-pypi.yaml index 810e257..114e0cd 100644 --- a/.gitea/workflows/publish-pypi.yaml +++ b/.gitea/workflows/publish-pypi.yaml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: - fetch-depth: 10 + fetch-depth: 0 - name: Configure git run: | @@ -20,7 +20,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version"