Make WordPress Core


Ignore:
Timestamp:
02/17/2026 05:47:48 PM (7 months ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to their latest versions:

  • actions/cache from 4.3.0 to 5.0.3
  • actions/checkout from 5.0.0 to 6.0.2
  • actions/download-artifact from 6.0.0 to 7.0.0
  • actions/setup-node from 6.0.0 to 6.2.0
  • actions/upload-artifact from 5.0.0 to 6.0.0
  • codecov/codecov-action from 5.5.1 to 5.5.2
  • shivammathur/setup-php from 2.35.5 to 2.36.0

See #64227.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/commit-built-file-changes.yml

    r61209 r61663  
    124124
    125125      - name: Checkout repository
    126         uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
     126        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
    127127        if: ${{ steps.artifact-check.outputs.exists == 'true' }}
    128128        with:
Note: See TracChangeset for help on using the changeset viewer.