Browse Source
Use the latest GitHub Action versions
pull/8172/head
GoogleGenius
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
9 additions and
9 deletions
-
.github/workflows/build.yml
-
.github/workflows/crowdin_upload.yml
-
.github/workflows/lint.yml
-
.github/workflows/test.yml
|
|
@ -16,12 +16,12 @@ jobs: |
|
|
|
|
|
|
|
name: dists & docs (${{ matrix.python-version }}/${{ matrix.language }}) |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Set up CPython ${{ matrix.python-version }} |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|
|
|
@ -9,12 +9,12 @@ jobs: |
|
|
|
environment: Crowdin |
|
|
|
name: upload |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Set up CPython 3.x |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: 3.x |
|
|
|
|
|
|
|
|
|
@ -15,12 +15,12 @@ jobs: |
|
|
|
|
|
|
|
name: check ${{ matrix.python-version }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Set up CPython ${{ matrix.python-version }} |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
pip install -U -r requirements.txt |
|
|
|
|
|
|
|
- name: Setup node.js |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
node-version: '16' |
|
|
|
|
|
|
|
|
|
@ -15,12 +15,12 @@ jobs: |
|
|
|
|
|
|
|
name: pytest ${{ matrix.python-version }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Set up CPython ${{ matrix.python-version }} |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|