|
46 | 46 | with:
|
47 | 47 | fetch-depth: 0
|
48 | 48 | - name: Set up Python ${{ matrix.python-version }}
|
49 |
| - uses: actions/setup-python@v3 |
| 49 | + uses: actions/setup-python@v4 |
50 | 50 | with:
|
51 | 51 | python-version: ${{ matrix.python-version }}
|
52 | 52 | - name: Display Python version
|
|
73 | 73 | - name: Create test data directory
|
74 | 74 | run: mkdir -p $HOME/.cache/stanford-crn
|
75 | 75 | - name: Load test data cache
|
76 |
| - uses: actions/cache@v2 |
| 76 | + uses: actions/cache@v3 |
77 | 77 | id: stanford-crn
|
78 | 78 | with:
|
79 | 79 | path: ~/.cache/stanford-crn/
|
@@ -132,17 +132,17 @@ jobs:
|
132 | 132 | with:
|
133 | 133 | fetch-depth: 0
|
134 | 134 | - name: Set up Python ${{ matrix.python-version }}
|
135 |
| - uses: actions/setup-python@v3 |
| 135 | + uses: actions/setup-python@v4 |
136 | 136 | with:
|
137 | 137 | python-version: ${{ matrix.python-version }}
|
138 | 138 | - name: Load test data cache
|
139 |
| - uses: actions/cache@v2 |
| 139 | + uses: actions/cache@v3 |
140 | 140 | id: stanford-crn
|
141 | 141 | with:
|
142 | 142 | path: ~/.cache/stanford-crn/
|
143 | 143 | key: data-v0-${{ github.ref_name }}-${{ github.sha }}
|
144 | 144 | - name: Load TemplateFlow cache
|
145 |
| - uses: actions/cache@v2 |
| 145 | + uses: actions/cache@v3 |
146 | 146 | id: templateflow
|
147 | 147 | with:
|
148 | 148 | path: ~/.cache/templateflow
|
@@ -215,17 +215,17 @@ jobs:
|
215 | 215 | with:
|
216 | 216 | fetch-depth: 0
|
217 | 217 | - name: Set up Python ${{ matrix.python-version }}
|
218 |
| - uses: actions/setup-python@v3 |
| 218 | + uses: actions/setup-python@v4 |
219 | 219 | with:
|
220 | 220 | python-version: ${{ matrix.python-version }}
|
221 | 221 | - name: Load test data cache
|
222 |
| - uses: actions/cache@v2 |
| 222 | + uses: actions/cache@v3 |
223 | 223 | id: stanford-crn
|
224 | 224 | with:
|
225 | 225 | path: ~/.cache/stanford-crn/
|
226 | 226 | key: data-v0-${{ github.ref_name }}-${{ github.sha }}
|
227 | 227 | - name: Load TemplateFlow cache
|
228 |
| - uses: actions/cache@v2 |
| 228 | + uses: actions/cache@v3 |
229 | 229 | id: templateflow
|
230 | 230 | with:
|
231 | 231 | path: ~/.cache/templateflow
|
@@ -278,7 +278,7 @@ jobs:
|
278 | 278 | steps:
|
279 | 279 | - uses: actions/checkout@v3
|
280 | 280 | - name: Set up Python 3.7
|
281 |
| - uses: actions/setup-python@v3 |
| 281 | + uses: actions/setup-python@v4 |
282 | 282 | with:
|
283 | 283 | python-version: 3.7
|
284 | 284 | - run: pip install flake8
|
|
0 commit comments