Skip to content

Commit

Permalink
Merge pull request #5638 from Automattic/staging
Browse files Browse the repository at this point in the history
Production release: v20240611.0
  • Loading branch information
luiztiago authored Jun 11, 2024
2 parents cdeedc0 + 4a33cd5 commit 01fa056
Show file tree
Hide file tree
Showing 82 changed files with 1,795 additions and 940 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-wp-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
fi
- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
coverage: ${{ steps.coverage.outputs.coverage }}
ini-values: ${{ steps.coverage.outputs.ini }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/[email protected]

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5

- name: Install
uses: ramsey/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5

- name: Install
uses: ramsey/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].6
uses: github/codeql-action/[email protected].7
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].6
uses: github/codeql-action/[email protected].7
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cache-dependency-path: 'wordpress/package-lock.json'

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: 8.0
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
coverage: none
env:
Expand Down
182 changes: 11 additions & 171 deletions __tests__/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion __tests__/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^20.11.0",
"asana-phrase": "^0.0.8",
"eslint": "^8.51.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-playwright": "^1.0.1",
"playwright": "^1.39.0",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 01fa056

Please sign in to comment.