We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4ae4e commit 16922f6Copy full SHA for 16922f6
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Instalación de dependencias
26
- name: Preparar Python v3.13
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
with:
29
python-version: "3.13"
30
cache: "pip"
.github/workflows/pr-comment.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{ github.event.pull_request.head.sha }}
20
persist-credentials: false
21
22
23
0 commit comments