|
17 | 17 | changed-js: ${{ steps.filter.outputs.js }} |
18 | 18 | changed-css: ${{ steps.filter.outputs.css }} |
19 | 19 | steps: |
20 | | - - uses: actions/checkout@v3 |
| 20 | + - uses: actions/checkout@v4 |
21 | 21 |
|
22 | 22 | # Checks to see if any files in the PR match one of the listed file types. |
23 | 23 | # We can use this filter to decide whether or not to run linters or tests. |
|
63 | 63 | runs-on: ubuntu-latest |
64 | 64 | steps: |
65 | 65 | - name: Checkout |
66 | | - uses: actions/checkout@v3 |
| 66 | + uses: actions/checkout@v4 |
67 | 67 |
|
68 | 68 | - name: Get Composer Cache Directory |
69 | 69 | id: composer-cache |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | - name: Detect CSS coding standard violations |
130 | 130 | run: npm run lint:css |
131 | 131 |
|
132 | | - #----------------------------------------------------------------------------------------------------------------------- |
| 132 | + #----------------------------------------------------------------------------------------------------------------------- |
133 | 133 |
|
134 | 134 | lint-js: |
135 | 135 | name: 'Lint: JS' |
@@ -192,12 +192,12 @@ jobs: |
192 | 192 | runs-on: ubuntu-latest |
193 | 193 | steps: |
194 | 194 | - name: Checkout |
195 | | - uses: actions/checkout@v3 |
| 195 | + uses: actions/checkout@v4 |
196 | 196 |
|
197 | 197 | - name: Setup PHP |
198 | 198 | uses: shivammathur/setup-php@v2 |
199 | 199 | with: |
200 | | - php-version: 8.0 |
| 200 | + php-version: 8.1 |
201 | 201 | coverage: none |
202 | 202 | tools: cs2pr |
203 | 203 |
|
@@ -230,13 +230,13 @@ jobs: |
230 | 230 | if: needs.pre-run.outputs.changed-php == 'true' && github.base_ref != null |
231 | 231 | steps: |
232 | 232 | - name: Checkout |
233 | | - uses: actions/checkout@v3 |
| 233 | + uses: actions/checkout@v4 |
234 | 234 |
|
235 | 235 | - name: Setup PHP |
236 | 236 | uses: shivammathur/setup-php@v2 |
237 | 237 | with: |
238 | 238 | # phpstan requires PHP 7.1+. |
239 | | - php-version: 8.0 |
| 239 | + php-version: 8.1 |
240 | 240 | extensions: dom, iconv, json, libxml, zip |
241 | 241 | coverage: none |
242 | 242 | tools: cs2pr |
|
0 commit comments