Sfoglia il codice sorgente

ci(deps): bump actions/checkout from 5 to 6 (#81)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 1 settimana fa
committed by GitHub
parent
commit
9d515fd5c9
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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 Vedi File

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

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


+ 1
- 1
.github/workflows/release.yml Vedi File

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


+ 2
- 2
.github/workflows/tests.yml Vedi File

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

name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- 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@v5
- uses: actions/checkout@v6
- name: Prepare Python
uses: actions/setup-python@v6
with:


Caricamento…
Annulla
Salva