Make WordPress Core


Ignore:
Timestamp:
11/11/2025 11:28:13 AM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

This updates the following third-party GitHub Actions:

  • actions/github-script from 7.0.1 to 8.0.0.
  • actions/checkout from 4.2.2 to 5.0.0.
  • actions/setup-node from 4.3.0 to 6.0.0.
  • actions/upload-artifact from 4.6.2 to 5.0.0.
  • actions/cache from 4.2.4 to 4.3.0.
  • actions/download-artifact from 5.0.0 to 6.0.0.
  • shivammathur/setup-php from 2.35.3 to 2.35.5.
  • codecov/codecov-action from 5.4.3 to 5.5.1.

See #63170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-phpunit-tests-v2.yml

    r60801 r61209  
    106106
    107107      - name: Install Node.js
    108         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
     108        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    109109        with:
    110110          node-version-file: '.nvmrc'
     
    119119
    120120      - name: Cache Composer dependencies
    121         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     121        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    122122        env:
    123123          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.