dependabot[bot]
há 1 ano
committed by
GitHub
ascendente
cometimento
29970c52ca
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
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@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: 3.x |
|
|
|
|
|
@@ -10,7 +10,7 @@ jobs: |
|
|
|
name: Build and release to PyPI |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
|
|
@@ -25,7 +25,7 @@ jobs: |
|
|
|
|
|
|
|
name: Python ${{ matrix.python_version }} (${{ matrix.os }}) |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
@@ -60,7 +60,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Prepare Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|