|
55 | 55 | uses: actions/checkout@v4 |
56 | 56 | with: |
57 | 57 | ref: ${{ github.event.pull_request.head.sha }} |
58 | | - - uses: actions/setup-python@v5 |
| 58 | + - uses: actions/setup-python@v6 |
59 | 59 | with: |
60 | 60 | python-version: '3.11' |
61 | 61 | - name: Check if changes beside docs |
|
85 | 85 | uses: actions/checkout@v4 |
86 | 86 | with: |
87 | 87 | ref: ${{ github.event.pull_request.head.sha }} |
88 | | - - uses: actions/setup-python@v5 |
| 88 | + - uses: actions/setup-python@v6 |
89 | 89 | with: |
90 | 90 | python-version: '3.11' |
91 | 91 | - name: Check if changes beside docs |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | uses: actions/checkout@v4 |
118 | 118 | with: |
119 | 119 | ref: ${{ github.event.pull_request.head.sha }} |
120 | | - - uses: actions/setup-python@v5 |
| 120 | + - uses: actions/setup-python@v6 |
121 | 121 | with: |
122 | 122 | python-version: '3.11' |
123 | 123 | - name: Check if changes beside docs |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | uses: actions/checkout@v4 |
150 | 150 | with: |
151 | 151 | ref: ${{ github.event.pull_request.head.sha }} |
152 | | - - uses: actions/setup-python@v5 |
| 152 | + - uses: actions/setup-python@v6 |
153 | 153 | with: |
154 | 154 | python-version: '3.11' |
155 | 155 | - name: Check if changes beside docs |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | uses: actions/checkout@v4 |
182 | 182 | with: |
183 | 183 | ref: ${{ github.event.pull_request.head.sha }} |
184 | | - - uses: actions/setup-python@v5 |
| 184 | + - uses: actions/setup-python@v6 |
185 | 185 | with: |
186 | 186 | python-version: '3.11' |
187 | 187 | - name: Check if changes beside docs |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | uses: actions/checkout@v4 |
214 | 214 | with: |
215 | 215 | ref: ${{ github.event.pull_request.head.sha }} |
216 | | - - uses: actions/setup-python@v5 |
| 216 | + - uses: actions/setup-python@v6 |
217 | 217 | with: |
218 | 218 | python-version: '3.11' |
219 | 219 | - name: Check if changes beside docs |
@@ -245,7 +245,7 @@ jobs: |
245 | 245 | uses: actions/checkout@v4 |
246 | 246 | with: |
247 | 247 | ref: ${{ github.event.pull_request.head.sha }} |
248 | | - - uses: actions/setup-python@v5 |
| 248 | + - uses: actions/setup-python@v6 |
249 | 249 | with: |
250 | 250 | python-version: '3.11' |
251 | 251 | - name: Check if changes beside docs |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | uses: actions/checkout@v4 |
278 | 278 | with: |
279 | 279 | ref: ${{ github.event.pull_request.head.sha }} |
280 | | - - uses: actions/setup-python@v5 |
| 280 | + - uses: actions/setup-python@v6 |
281 | 281 | with: |
282 | 282 | python-version: '3.11' |
283 | 283 | - name: Check if changes beside docs |
@@ -313,7 +313,7 @@ jobs: |
313 | 313 | ref: ${{ github.event.pull_request.head.sha }} |
314 | 314 | - name: Setup Env Vars |
315 | 315 | uses: ./.github/actions/setup-env-vars |
316 | | - - uses: actions/setup-python@v5 |
| 316 | + - uses: actions/setup-python@v6 |
317 | 317 | with: |
318 | 318 | python-version: '3.11' |
319 | 319 | - uses: r-lib/actions/setup-pandoc@v2 |
|
0 commit comments