File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : actions/setup-python@v3
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.10"
18
18
-
uses :
pre-commit/[email protected]
33
33
steps :
34
34
- uses : actions/checkout@v4
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@v3
36
+ uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - uses : actions/setup-python@v3
51
+ - uses : actions/setup-python@v5
52
52
- name : Install dependencies
53
53
run : |
54
54
python -m pip install --upgrade pip hatch
66
66
- name : Checkout source
67
67
uses : actions/checkout@v2
68
68
- name : Set up Python 3.8
69
- uses : actions/setup-python@v1
69
+ uses : actions/setup-python@v5
70
70
with :
71
71
python-version : 3.8
72
72
- name : Build package
You can’t perform that action at this time.
0 commit comments