Use the latest GitHub Action versions

This commit is contained in:
GoogleGenius
2022-06-20 08:22:45 -05:00
committed by GitHub
parent b8ddb17b14
commit 868476c999
4 changed files with 9 additions and 9 deletions

View File

@ -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