Ver a proveniência
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]
há 1 semana
committed by
GitHub
ascendente
cometimento
9d515fd5c9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
3 ficheiros alterados com
4 adições e
4 eliminações
-
.github/workflows/prchecks.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
|
@@ -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 |
|
|
|
|
|
|
|
@@ -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: |
|
|
|
|
|
|
|
@@ -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: |
|
|
|
|