mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-17 11:59:41 +00:00
Update checkout and setup-python actions version in workflow and improve ruff config
This commit is contained in:
parent
f0943dada1
commit
19fb149112
4 changed files with 17 additions and 18 deletions
8
.github/workflows/publish-package.yml
vendored
8
.github/workflows/publish-package.yml
vendored
|
@ -15,9 +15,9 @@ jobs:
|
|||
python-version: ['3.8', '3.9', '3.10']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
@ -45,9 +45,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue