File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ jobs:
71
71
72
72
steps :
73
73
- name : Check out the codebase.
74
- uses : actions/checkout@v2
74
+ uses : actions/checkout@v3
75
75
76
76
- name : Set up Python 3.
77
- uses : actions/setup-python@v2
77
+ uses : actions/setup-python@v4
78
78
with :
79
- python-version : ' 3.x '
79
+ python-version : ' 3.9 '
80
80
81
81
- name : Install test dependencies.
82
82
run : |
@@ -104,12 +104,12 @@ jobs:
104
104
runs-on : ubuntu-20.04
105
105
steps :
106
106
- name : Check out the codebase.
107
- uses : actions/checkout@v2
107
+ uses : actions/checkout@v3
108
108
109
109
- name : Set up Python 3.
110
- uses : actions/setup-python@v2
110
+ uses : actions/setup-python@v4
111
111
with :
112
- python-version : ' 3.x '
112
+ python-version : ' 3.9 '
113
113
114
114
- name : Install test dependencies.
115
115
run : |
You can’t perform that action at this time.
0 commit comments