File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- uses : actions/cache@v2
53
53
steps :
54
54
- uses : actions/checkout@v2
55
55
- name : Set up Python ${{ matrix.python-version }}
56
- uses : actions/setup-python@v2
56
+ uses : actions/setup-python@v4
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
@@ -150,7 +150,7 @@ jobs:
150
150
node-version : 16
151
151
152
152
- name : Set up Python ${{ matrix.python-version }}
153
- uses : actions/setup-python@v2
153
+ uses : actions/setup-python@v4
154
154
with :
155
155
python-version : ${{ matrix.python-version }}
156
156
You can’t perform that action at this time.
0 commit comments