mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-26 05:30:36 +03:00
Merge branch 'main' of https://github.com/IRBorisov/cctext
This commit is contained in:
commit
df1294d73a
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue
Block a user