4545 style-check :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v3.5.2
48+ - uses : actions/checkout@v3.6.0
4949 - name : Install dependencies
5050 uses : ./.github/actions/install-linux
5151 with :
6565 docs-linux :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v3.5.2
68+ - uses : actions/checkout@v3.6.0
6969 - name : Install dependencies
7070 uses : ./.github/actions/install-linux
7171 - name : Test docs
7777 mypy :
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v3.5.2
80+ - uses : actions/checkout@v3.6.0
8181 with :
8282 fetch-depth : 0
8383 - name : Install dependencies
9090 test-distro :
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v3.5.2
93+ - uses : actions/checkout@v3.6.0
9494 with :
9595 fetch-depth : 0
9696 - name : Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109 max-parallel : 3
110110 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
111111 steps :
112- - uses : actions/checkout@v3.5.2
112+ - uses : actions/checkout@v3.6.0
113113 with :
114114 fetch-depth : 0
115115 - name : Install dependencies
@@ -139,7 +139,7 @@ jobs:
139139 max-parallel : 3
140140 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
141141 steps :
142- - uses : actions/checkout@v3.5.2
142+ - uses : actions/checkout@v3.6.0
143143 with :
144144 fetch-depth : 0
145145 - name : Install dependencies
@@ -175,7 +175,7 @@ jobs:
175175 max-parallel : 3
176176 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
177177 steps :
178- - uses : actions/checkout@v3.5.2
178+ - uses : actions/checkout@v3.6.0
179179 with :
180180 fetch-depth : 0
181181 - name : Install dependencies
@@ -211,7 +211,7 @@ jobs:
211211 max-parallel : 3
212212 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
213213 steps :
214- - uses : actions/checkout@v3.5.2
214+ - uses : actions/checkout@v3.6.0
215215 with :
216216 fetch-depth : 0
217217 - name : Install dependencies
@@ -241,7 +241,7 @@ jobs:
241241 max-parallel : 3
242242 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
243243 steps :
244- - uses : actions/checkout@v3.5.2
244+ - uses : actions/checkout@v3.6.0
245245 with :
246246 fetch-depth : 0
247247 - name : Install dependencies
@@ -263,7 +263,7 @@ jobs:
263263 CLOUD_STORAGE_S3_SECRET_ACCESS_KEY : ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
264264 run : pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
265265 - name : Start Redis
266- uses : supercharge/redis-github-action@1.5 .0
266+ uses : supercharge/redis-github-action@1.6 .0
267267 - name : Test with pytest (serial)
268268 env :
269269 POETRY_VIRTUALENVS_CREATE : false
@@ -292,7 +292,7 @@ jobs:
292292 max-parallel : 3
293293 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
294294 steps :
295- - uses : actions/checkout@v3.5.2
295+ - uses : actions/checkout@v3.6.0
296296 with :
297297 fetch-depth : 0
298298 - name : Install dependencies
@@ -314,7 +314,7 @@ jobs:
314314 CLOUD_STORAGE_S3_SECRET_ACCESS_KEY : ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
315315 run : pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
316316 - name : Start Redis
317- uses : supercharge/redis-github-action@1.5 .0
317+ uses : supercharge/redis-github-action@1.6 .0
318318 - name : Test with pytest (serial)
319319 env :
320320 POETRY_VIRTUALENVS_CREATE : false
@@ -346,7 +346,7 @@ jobs:
346346 max-parallel : 3
347347 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
348348 steps :
349- - uses : actions/checkout@v3.5.2
349+ - uses : actions/checkout@v3.6.0
350350 with :
351351 fetch-depth : 0
352352 - name : Install dependencies
@@ -392,7 +392,7 @@ jobs:
392392 max-parallel : 3
393393 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
394394 steps :
395- - uses : actions/checkout@v3.5.2
395+ - uses : actions/checkout@v3.6.0
396396 with :
397397 fetch-depth : 0
398398 - name : Install dependencies
@@ -414,7 +414,7 @@ jobs:
414414 max-parallel : 3
415415 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
416416 steps :
417- - uses : actions/checkout@v3.5.2
417+ - uses : actions/checkout@v3.6.0
418418 with :
419419 fetch-depth : 0
420420 - name : Install dependencies
@@ -443,7 +443,7 @@ jobs:
443443 max-parallel : 3
444444 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
445445 steps :
446- - uses : actions/checkout@v3.5.2
446+ - uses : actions/checkout@v3.6.0
447447 with :
448448 fetch-depth : 0
449449 - name : Install dependencies
@@ -472,7 +472,7 @@ jobs:
472472 matrix : ${{ fromJson(needs.set-matrix.outputs.matrix) }}
473473 if : " startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
474474 steps :
475- - uses : actions/checkout@v3.5.2
475+ - uses : actions/checkout@v3.6.0
476476 with :
477477 fetch-depth : 0
478478 - name : Install dependencies
@@ -513,7 +513,7 @@ jobs:
513513 runs-on : ubuntu-latest
514514 if : " startsWith(github.ref, 'refs/tags/')"
515515 steps :
516- - uses : actions/checkout@v3.5.2
516+ - uses : actions/checkout@v3.6.0
517517 with :
518518 fetch-depth : 0
519519 - name : Install dependencies
@@ -551,7 +551,7 @@ jobs:
551551 test-macos-core,
552552 ]
553553 steps :
554- - uses : actions/checkout@v3.5.2
554+ - uses : actions/checkout@v3.6.0
555555 with :
556556 fetch-depth : 0
557557 - name : Build images
@@ -580,7 +580,7 @@ jobs:
580580 ]
581581 if : startsWith(github.ref, 'refs/tags/')
582582 steps :
583- - uses : actions/checkout@v3.5.2
583+ - uses : actions/checkout@v3.6.0
584584 with :
585585 fetch-depth : 0
586586 - name : Set up environment variables
0 commit comments