Merge pull request 'bugfix: actualizo versiones de checkout, setup-python, clonar depth completo' (#10) from bugfix/publish-pypi-workflow into main

Reviewed-on: #10
This commit is contained in:
jt
2026-07-09 21:15:00 +00:00
+3 -3
View File
@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
fetch-depth: 10 fetch-depth: 0
- name: Configure git - name: Configure git
run: | run: |
@@ -20,7 +20,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE" git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version-file: ".python-version" python-version-file: ".python-version"