File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : actions/setup-python@v3
19
+ - uses : actions/setup-python@v4
20
20
with :
21
21
python-version : 3.9
22
22
-
uses :
pre-commit/[email protected]
39
39
steps :
40
40
- uses : actions/checkout@v3
41
41
- name : Set up Python ${{ matrix.python-version }}
42
- uses : actions/setup-python@v3
42
+ uses : actions/setup-python@v4
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
cache : " pip"
70
70
steps :
71
71
- uses : actions/checkout@v3
72
72
- name : Set up Python
73
- uses : actions/setup-python@v3
73
+ uses : actions/setup-python@v4
74
74
with :
75
75
python-version : ' 3.7'
76
76
cache : " pip"
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Checkout source
116
116
uses : actions/checkout@v3
117
117
- name : Set up Python 3.7
118
- uses : actions/setup-python@v3
118
+ uses : actions/setup-python@v4
119
119
with :
120
120
python-version : 3.7
121
121
You can’t perform that action at this time.
0 commit comments