Commit eb2d400 1 parent e90009d commit eb2d400 Copy full SHA for eb2d400
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v3
22
22
23
23
- name : 🛠 Set up Python 3
24
- uses : actions/setup-python@v4.3 .0
24
+ uses : actions/setup-python@v4.5 .0
25
25
id : python
26
26
with :
27
27
python-version : 3.x
49
49
fetch-depth : 0
50
50
51
51
- name : 🛠️ Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v4.3 .0
52
+ uses : actions/setup-python@v4.5 .0
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
73
73
fetch-depth : 0
74
74
75
75
- name : 🛠 Set up Python 3
76
- uses : actions/setup-python@v4.3 .0
76
+ uses : actions/setup-python@v4.5 .0
77
77
id : python
78
78
with :
79
79
python-version : 3.x
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v3
16
16
17
17
- name : 🛠 Set up Python
18
- uses : actions/setup-python@v4.3 .0
18
+ uses : actions/setup-python@v4.5 .0
19
19
id : python
20
20
with :
21
21
python-version : 3.x
You can’t perform that action at this time.
0 commit comments