Explorar el Código

ci(deps): bump actions/checkout from 4 to 5 (#76)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/v1.0.13
dependabot[bot] hace 5 meses
committed by GitHub
padre
commit
c03833117c
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@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
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@v4
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:


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

@@ -27,7 +27,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Prepare Python
uses: actions/setup-python@v5
with:


Cargando…
Cancelar
Guardar