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
uses : actions/checkout@v4
20
20
21
21
- name : 🛠️ Set up Python
22
- uses : actions/setup-python@v5.3 .0
22
+ uses : actions/setup-python@v5.4 .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@v4
21
21
22
22
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
23
- uses : actions/setup-python@v5.3 .0
23
+ uses : actions/setup-python@v5.4 .0
24
24
with :
25
25
python-version : ${{ env.DEFAULT_PYTHON }}
26
26
71
71
- name : Check out code from GitHub
72
72
uses : " actions/checkout@v4"
73
73
- name : Setup Python ${{ env.DEFAULT_PYTHON }}
74
- uses : " actions/setup-python@v5.3 .0"
74
+ uses : " actions/setup-python@v5.4 .0"
75
75
with :
76
76
python-version : ${{ env.DEFAULT_PYTHON }}
77
77
- name : Install requirements
You can’t perform that action at this time.
0 commit comments