Explorar el Código

ci(deps): bump actions/setup-python from 6 to 7 (#25)

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] hace 1 semana
committed by GitHub
padre
commit
e2674e2602
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/release.yml

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

@@ -13,7 +13,7 @@ jobs:
name: Code Style
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.x'
- uses: psf/black@stable

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

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.x'



Cargando…
Cancelar
Guardar