mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Use the latest GitHub Action versions
This commit is contained in:
parent
b8ddb17b14
commit
868476c999
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,12 +16,12 @@ jobs:
|
|||||||
|
|
||||||
name: dists & docs (${{ matrix.python-version }}/${{ matrix.language }})
|
name: dists & docs (${{ matrix.python-version }}/${{ matrix.language }})
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up CPython ${{ matrix.python-version }}
|
- name: Set up CPython ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
4
.github/workflows/crowdin_upload.yml
vendored
4
.github/workflows/crowdin_upload.yml
vendored
@ -9,12 +9,12 @@ jobs:
|
|||||||
environment: Crowdin
|
environment: Crowdin
|
||||||
name: upload
|
name: upload
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up CPython 3.x
|
- name: Set up CPython 3.x
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
||||||
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
|||||||
|
|
||||||
name: check ${{ matrix.python-version }}
|
name: check ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up CPython ${{ matrix.python-version }}
|
- name: Set up CPython ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
pip install -U -r requirements.txt
|
pip install -U -r requirements.txt
|
||||||
|
|
||||||
- name: Setup node.js
|
- name: Setup node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
|||||||
|
|
||||||
name: pytest ${{ matrix.python-version }}
|
name: pytest ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up CPython ${{ matrix.python-version }}
|
- name: Set up CPython ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user