dependabot[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
.github/workflows/black.yml
-
.github/workflows/i18n.yml
-
.github/workflows/manpage.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
|
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: 3.9 |
|
|
|
|
|
@@ -11,7 +11,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
name: Check |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Compile man pages |
|
|
|
run: | |
|
|
|
|
|
@@ -9,7 +9,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 |
|
|
|
|
|
@@ -27,7 +27,7 @@ jobs: |
|
|
|
|
|
|
|
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v4 |
|
|
|