Sfoglia il codice sorgente

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

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/81/head
dependabot[bot] 2 mesi fa
committed by GitHub
parent
commit
24527371ea
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