mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Merge pull request #2576 from WordPress/dependabot/github_actions/actions/checkout-5
Some checks failed
Basic QA checks / Run code sniffs (push) Has been cancelled
Basic QA checks / XML Code style (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS dev (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS lowest (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS stable (push) Has been cancelled
Basic QA checks / PHPStan (push) Has been cancelled
Basic QA checks / Find typos (push) Has been cancelled
Quick Tests / QTest - PHP 5.4 on PHPCS lowest (push) Has been cancelled
Quick Tests / QTest - PHP latest on PHPCS lowest (push) Has been cancelled
Quick Tests / QTest - PHP 5.4 on PHPCS stable (push) Has been cancelled
Quick Tests / QTest - PHP latest on PHPCS stable (push) Has been cancelled
Some checks failed
Basic QA checks / Run code sniffs (push) Has been cancelled
Basic QA checks / XML Code style (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS dev (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS lowest (push) Has been cancelled
Basic QA checks / Ruleset test: PHP latest on PHPCS stable (push) Has been cancelled
Basic QA checks / PHPStan (push) Has been cancelled
Basic QA checks / Find typos (push) Has been cancelled
Quick Tests / QTest - PHP 5.4 on PHPCS lowest (push) Has been cancelled
Quick Tests / QTest - PHP latest on PHPCS lowest (push) Has been cancelled
Quick Tests / QTest - PHP 5.4 on PHPCS stable (push) Has been cancelled
Quick Tests / QTest - PHP latest on PHPCS stable (push) Has been cancelled
GH Actions: Bump actions/checkout from 4 to 5
This commit is contained in:
commit
298da73b33
3 changed files with 7 additions and 7 deletions
10
.github/workflows/basic-qa.yml
vendored
10
.github/workflows/basic-qa.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
@ -115,7 +115,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
|
||||
# This should not be blocking for this job, so ignore any errors from this step.
|
||||
|
@ -153,7 +153,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
@ -234,7 +234,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
@ -262,7 +262,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v4"
|
||||
uses: "actions/checkout@v5"
|
||||
|
||||
- name: "Search for misspellings"
|
||||
uses: "crate-ci/typos@v1"
|
||||
|
|
2
.github/workflows/quicktest.yml
vendored
2
.github/workflows/quicktest.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
# With stable PHPCS dependencies, allow for PHP deprecation notices.
|
||||
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue