Skip to content

Commit 01fa056

Browse files
authored
Merge pull request #5638 from Automattic/staging
Production release: v20240611.0
2 parents cdeedc0 + 4a33cd5 commit 01fa056

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1795
-940
lines changed

.github/actions/run-wp-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
fi
6262
6363
- name: Set up PHP
64-
uses: shivammathur/[email protected].4
64+
uses: shivammathur/[email protected].5
6565
with:
6666
coverage: ${{ steps.coverage.outputs.coverage }}
6767
ini-values: ${{ steps.coverage.outputs.ini }}

.github/workflows/changelog-summary-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/[email protected]
6565

6666
- name: Setup PHP
67-
uses: shivammathur/[email protected].4
67+
uses: shivammathur/[email protected].5
6868

6969
- name: Install
7070
uses: ramsey/[email protected]

.github/workflows/changelog-summary-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/[email protected]
2020

2121
- name: Setup PHP
22-
uses: shivammathur/[email protected].4
22+
uses: shivammathur/[email protected].5
2323

2424
- name: Install
2525
uses: ramsey/[email protected]

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/[email protected].6
35+
uses: github/codeql-action/[email protected].7
3636
with:
3737
languages: ${{ matrix.language }}
3838
config-file: ./.github/codeql-config.yml
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/[email protected].6
41+
uses: github/codeql-action/[email protected].7

.github/workflows/core-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache-dependency-path: 'wordpress/package-lock.json'
6868

6969
- name: Set up PHP
70-
uses: shivammathur/[email protected].4
70+
uses: shivammathur/[email protected].5
7171
with:
7272
php-version: 8.0
7373
coverage: none

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929

3030
- name: Set up PHP
31-
uses: shivammathur/[email protected].4
31+
uses: shivammathur/[email protected].5
3232
with:
3333
coverage: none
3434
env:

__tests__/e2e/package-lock.json

+11-171
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__tests__/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^20.11.0",
1818
"asana-phrase": "^0.0.8",
1919
"eslint": "^8.51.0",
20-
"eslint-plugin-deprecation": "^2.0.0",
20+
"eslint-plugin-deprecation": "^3.0.0",
2121
"eslint-plugin-playwright": "^1.0.1",
2222
"playwright": "^1.39.0",
2323
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)