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:
7171
7272 steps :
7373 - name : Check out the codebase.
74- uses : actions/checkout@v2
74+ uses : actions/checkout@v3
7575
7676 - name : Set up Python 3.
77- uses : actions/setup-python@v2
77+ uses : actions/setup-python@v4
7878 with :
79- python-version : ' 3.x '
79+ python-version : ' 3.9 '
8080
8181 - name : Install test dependencies.
8282 run : |
@@ -104,12 +104,12 @@ jobs:
104104 runs-on : ubuntu-20.04
105105 steps :
106106 - name : Check out the codebase.
107- uses : actions/checkout@v2
107+ uses : actions/checkout@v3
108108
109109 - name : Set up Python 3.
110- uses : actions/setup-python@v2
110+ uses : actions/setup-python@v4
111111 with :
112- python-version : ' 3.x '
112+ python-version : ' 3.9 '
113113
114114 - name : Install test dependencies.
115115 run : |
You can’t perform that action at this time.
0 commit comments