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-end-to-end-tests.yml

    r60735 r61209  
    7777
    7878      - name: Checkout repository
    79         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     79        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    8080        with:
    8181          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    8383
    8484      - name: Set up Node.js
    85         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     85        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
    8686        with:
    8787          node-version-file: '.nvmrc'
     
    146146
    147147      - name: Archive debug artifacts (screenshots, HTML snapshots)
    148         uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
     148        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
    149149        if: always()
    150150        with:
Note: See TracChangeset for help on using the changeset viewer.