mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Use the latest GitHub Action versions
This commit is contained in:
4
.github/workflows/crowdin_upload.yml
vendored
4
.github/workflows/crowdin_upload.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user