dependabot[bot]
2 ay önce
committed by
GitHub
ebeveyn
işleme
6d66a9f3ac
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
4 değiştirilmiş dosya ile
4 ekleme ve
4 silme
-
.github/workflows/black.yml
-
.github/workflows/i18n.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
- uses: psf/black@stable |
|
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
- name: Install dependencies |
|
|
|
|
|
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
|
|
|
|
|
|
|
|
@@ -32,7 +32,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|
|