@@ -34,10 +34,10 @@ jobs:
3434 timeout-minutes : 10
3535
3636 steps :
37- - uses : actions/checkout@v2
37+ - uses : actions/checkout@v3
3838
3939 - name : Set up Python ${{ env.LATEST_PYTHON_VERSION }}
40- uses : actions/setup-python@v2
40+ uses : actions/setup-python@v4
4141 with :
4242 python-version : ${{ env.LATEST_PYTHON_VERSION }}
4343
@@ -73,10 +73,10 @@ jobs:
7373 timeout-minutes : 10
7474
7575 steps :
76- - uses : actions/checkout@v2
76+ - uses : actions/checkout@v3
7777
7878 - name : Set up Python ${{ env.LATEST_PYTHON_VERSION }}
79- uses : actions/setup-python@v2
79+ uses : actions/setup-python@v4
8080 with :
8181 python-version : ${{ env.LATEST_PYTHON_VERSION }}
8282
@@ -139,11 +139,11 @@ jobs:
139139 python-version : ['3.8', '3.9', '3.10', '3.11']
140140
141141 steps :
142- - uses : actions/checkout@v2
142+ - uses : actions/checkout@v3
143143
144144 - name : Set up Python ${{ matrix.python-version }}
145145 id : setup-python
146- uses : actions/setup-python@v2
146+ uses : actions/setup-python@v4
147147 with :
148148 python-version : ${{ matrix.python-version }}
149149
@@ -206,7 +206,7 @@ jobs:
206206
207207 steps :
208208 # Copy data from repository
209- - uses : actions/checkout@v2
209+ - uses : actions/checkout@v3
210210
211211 - name : Print directories and files
212212 run : sudo apt-get install tree && tree
@@ -257,7 +257,7 @@ jobs:
257257
258258 steps :
259259 # Copy data from repository
260- - uses : actions/checkout@v2
260+ - uses : actions/checkout@v3
261261
262262 - name : Print directories and files
263263 run : sudo apt-get install tree && tree
@@ -290,7 +290,7 @@ jobs:
290290# sc2-version: ['4.10']
291291# steps:
292292# # Copy data from repository
293- # - uses: actions/checkout@v2
293+ # - uses: actions/checkout@v3
294294#
295295# - name: Print directories and files
296296# run: |
@@ -320,7 +320,7 @@ jobs:
320320 IMAGE_NAME : burnysc2/python-sc2-docker:local
321321
322322 steps :
323- - uses : actions/checkout@v2
323+ - uses : actions/checkout@v3
324324
325325 - name : Load and build docker image
326326 # Build docker image from Dockerfile using specific python and sc2 version
@@ -387,10 +387,10 @@ jobs:
387387 timeout-minutes : 10
388388
389389 steps :
390- - uses : actions/checkout@v2
390+ - uses : actions/checkout@v3
391391
392392 - name : Set up Python ${{ env.LATEST_PYTHON_VERSION }}
393- uses : actions/setup-python@v2
393+ uses : actions/setup-python@v4
394394 with :
395395 python-version : ${{ env.LATEST_PYTHON_VERSION }}
396396
@@ -419,10 +419,10 @@ jobs:
419419 timeout-minutes : 5
420420
421421 steps :
422- - uses : actions/checkout@v2
422+ - uses : actions/checkout@v3
423423
424424 - name : Set up Python ${{ env.LATEST_PYTHON_VERSION }}
425- uses : actions/setup-python@v2
425+ uses : actions/setup-python@v4
426426 with :
427427 python-version : ${{ env.LATEST_PYTHON_VERSION }}
428428
@@ -470,10 +470,10 @@ jobs:
470470 timeout-minutes : 10
471471
472472 steps :
473- - uses : actions/checkout@v2
473+ - uses : actions/checkout@v3
474474
475475 - name : Set up Python ${{ env.LATEST_PYTHON_VERSION }}
476- uses : actions/setup-python@v2
476+ uses : actions/setup-python@v4
477477 with :
478478 python-version : ${{ env.LATEST_PYTHON_VERSION }}
479479
0 commit comments