dependabot[bot] hace 1 día
committed by GitHub
padre
commit
af23ccf622
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. +1
    -1
      .github/workflows/prchecks.yml
  2. +1
    -1
      .github/workflows/release.yml
  3. +2
    -2
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/prchecks.yml Ver fichero

@@ -23,7 +23,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.x


+ 1
- 1
.github/workflows/release.yml Ver fichero

@@ -10,7 +10,7 @@ jobs:
name: Build and release to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:


+ 2
- 2
.github/workflows/tests.yml Ver fichero

@@ -28,7 +28,7 @@ jobs:

name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v6
with:
@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Prepare Python
uses: actions/setup-python@v6
with:


Cargando…
Cancelar
Guardar