|
47 | 47 | access_token: ${{ github.token }}
|
48 | 48 |
|
49 | 49 | - name: Checkout DPNP repo
|
50 |
| - uses: actions/checkout@v3.1.0 |
| 50 | + uses: actions/checkout@v3.3.0 |
51 | 51 | with:
|
52 | 52 | fetch-depth: 0
|
53 | 53 |
|
|
74 | 74 | run: conda install conda-build
|
75 | 75 |
|
76 | 76 | - name: Cache conda packages
|
77 |
| - uses: actions/cache@v3.0.11 |
| 77 | + uses: actions/cache@v3.2.6 |
78 | 78 | env:
|
79 | 79 | CACHE_NUMBER: 1 # Increase to reset cache
|
80 | 80 | with:
|
|
89 | 89 | run: conda build --no-test --python ${{ matrix.python }} ${{ env.CHANNELS }} conda-recipe
|
90 | 90 |
|
91 | 91 | - name: Upload artifact
|
92 |
| - |
| 92 | + |
93 | 93 | with:
|
94 | 94 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
|
95 | 95 | path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 |
|
125 | 125 | steps:
|
126 | 126 | - name: Download artifact
|
127 |
| - |
| 127 | + |
128 | 128 | with:
|
129 | 129 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
|
130 | 130 | path: ${{ env.pkg-path-in-channel }}
|
@@ -167,7 +167,7 @@ jobs:
|
167 | 167 | TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.CHANNELS }}'
|
168 | 168 |
|
169 | 169 | - name: Cache conda packages
|
170 |
| - uses: actions/cache@v3.0.11 |
| 170 | + uses: actions/cache@v3.2.6 |
171 | 171 | env:
|
172 | 172 | CACHE_NUMBER: 1 # Increase to reset cache
|
173 | 173 | with:
|
@@ -228,7 +228,7 @@ jobs:
|
228 | 228 |
|
229 | 229 | steps:
|
230 | 230 | - name: Download artifact
|
231 |
| - |
| 231 | + |
232 | 232 | with:
|
233 | 233 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
|
234 | 234 | path: ${{ env.pkg-path-in-channel }}
|
@@ -294,7 +294,7 @@ jobs:
|
294 | 294 | run: more lockfile
|
295 | 295 |
|
296 | 296 | - name: Cache conda packages
|
297 |
| - uses: actions/cache@v3.0.11 |
| 297 | + uses: actions/cache@v3.2.6 |
298 | 298 | env:
|
299 | 299 | CACHE_NUMBER: 1 # Increase to reset cache
|
300 | 300 | with:
|
@@ -398,7 +398,7 @@ jobs:
|
398 | 398 |
|
399 | 399 | steps:
|
400 | 400 | - name: Download artifact
|
401 |
| - |
| 401 | + |
402 | 402 | with:
|
403 | 403 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
|
404 | 404 |
|
|
0 commit comments