Skip to content

Commit

Permalink
Merge branch 'main' into try/react-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Nov 7, 2024
2 parents eee2b26 + af52263 commit 17a5dcf
Show file tree
Hide file tree
Showing 29 changed files with 605 additions and 934 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ jobs:
# Upload ZIP file to GCS for use in QA environment.

- name: Authenticate
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-pr-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
raw.githubusercontent.com:443
- name: Authenticate
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ jobs:
token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}

- name: Authenticate
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@f0990588f1e5b5af6827153b93673613abdc6ec7
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}

Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:

- name: Publish Release
id: create_release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
with:
tag_name: ${{ env.TAG_NAME }}
name: ${{ env.release_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ jobs:
snapshots: true
shard: '2/2'
- browser: 'chrome'
wp: '6.7-RC1'
wp: '6.7-RC3'
snapshots: false
shard: '1/2'
experimental: true
- browser: 'chrome'
wp: '6.7-RC1'
wp: '6.7-RC3'
snapshots: false
shard: '2/2'
experimental: true
Expand Down
4 changes: 2 additions & 2 deletions bin/local-env/install-wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ if [ "$1" == '--reset-site' ]; then
fi

if [ ! -z "$WP_VERSION" ] && [ "$WP_VERSION" != "latest" ]; then
# Potentially downgrade WordPress
# Potentially downgrade (or upgrade) WordPress
echo -e $(status_message "Downloading WordPress version $WP_VERSION...")
wp core download --version=${WP_VERSION} --force --quiet
wp core download --version=${WP_VERSION} --skip-content --force --quiet
fi

# Install WordPress.
Expand Down
Loading

0 comments on commit 17a5dcf

Please sign in to comment.