File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
{{cookiecutter.project_slug}}/.github
actions/python-poetry-env Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
22
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
23
23
with :
24
24
python-version : 3.9
25
25
- run : python -m pip install pre-commit
30
30
31
31
steps :
32
32
- uses : actions/checkout@v2
33
- - uses : actions/setup-python@v2
33
+ - uses : actions/setup-python@v4
34
34
with :
35
35
python-version : 3.9
36
36
- run : python -m pip install cookiecutter pytest pyyaml
41
41
42
42
steps :
43
43
- uses : actions/checkout@v2
44
- - uses : actions/setup-python@v2
44
+ - uses : actions/setup-python@v4
45
45
with :
46
46
python-version : 3.9
47
47
- run : python -m pip install cookiecutter poetry
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ outputs: {}
10
10
runs :
11
11
using : ' composite'
12
12
steps :
13
- - uses : actions/setup-python@v2
13
+ - uses : actions/setup-python@v4
14
14
with :
15
15
python-version : ${{inputs.python-version}}
16
16
- name : Install poetry
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- name : Set up Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : 3.9
16
16
You can’t perform that action at this time.
0 commit comments