|
40 | 40 | architecture: 'x64'
|
41 | 41 | - name: Install poetry
|
42 | 42 | # see https://github.com/marketplace/actions/setup-poetry
|
43 |
| - uses: Gr1N/setup-poetry@v8 |
| 43 | + uses: Gr1N/setup-poetry@v9 |
44 | 44 | with:
|
45 | 45 | poetry-version: ${{ env.POETRY_VERSION }}
|
46 | 46 | - name: Install dependencies
|
|
64 | 64 | architecture: 'x64'
|
65 | 65 | - name: Install poetry
|
66 | 66 | # see https://github.com/marketplace/actions/setup-poetry
|
67 |
| - uses: Gr1N/setup-poetry@v8 |
| 67 | + uses: Gr1N/setup-poetry@v9 |
68 | 68 | with:
|
69 | 69 | poetry-version: ${{ env.POETRY_VERSION }}
|
70 | 70 | - name: Install dependencies
|
@@ -100,7 +100,7 @@ jobs:
|
100 | 100 | architecture: 'x64'
|
101 | 101 | - name: Install poetry
|
102 | 102 | # see https://github.com/marketplace/actions/setup-poetry
|
103 |
| - uses: Gr1N/setup-poetry@v8 |
| 103 | + uses: Gr1N/setup-poetry@v9 |
104 | 104 | with:
|
105 | 105 | poetry-version: ${{ env.POETRY_VERSION }}
|
106 | 106 | - name: Install dependencies
|
@@ -148,7 +148,7 @@ jobs:
|
148 | 148 | print('Python %s on %s in %s' % (sys.version, sys.platform, sys.getdefaultencoding()))
|
149 | 149 | - name: Install poetry
|
150 | 150 | # see https://github.com/marketplace/actions/setup-poetry
|
151 |
| - uses: Gr1N/setup-poetry@v8 |
| 151 | + uses: Gr1N/setup-poetry@v9 |
152 | 152 | with:
|
153 | 153 | poetry-version: ${{ env.POETRY_VERSION }}
|
154 | 154 | - name: Install dependencies
|
@@ -222,7 +222,7 @@ jobs:
|
222 | 222 | print('Python %s on %s in %s' % (sys.version, sys.platform, sys.getdefaultencoding()))
|
223 | 223 | - name: Install poetry
|
224 | 224 | # see https://github.com/marketplace/actions/setup-poetry
|
225 |
| - uses: Gr1N/setup-poetry@v8 |
| 225 | + uses: Gr1N/setup-poetry@v9 |
226 | 226 | with:
|
227 | 227 | poetry-version: ${{ env.POETRY_VERSION }}
|
228 | 228 | - name: Install package and prod dependencies
|
|
0 commit comments