File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
21
21
- name : 🛠️ Set up Python
22
- uses : actions/setup-python@v4.0 .0
22
+ uses : actions/setup-python@v4.1 .0
23
23
with :
24
24
python-version : " 3.x"
25
25
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v3
21
21
22
22
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v4.1.0
24
24
with :
25
25
python-version : ${{ env.DEFAULT_PYTHON }}
26
26
66
66
- name : Check out code from GitHub
67
67
uses : " actions/checkout@v3"
68
68
- name : Setup Python ${{ env.DEFAULT_PYTHON }}
69
- uses : " actions/setup-python@v4"
69
+ uses : " actions/setup-python@v4.1.0 "
70
70
with :
71
71
python-version : ${{ env.DEFAULT_PYTHON }}
72
72
- name : Install requirements
You can’t perform that action at this time.
0 commit comments