Make WordPress Core


Ignore:
Timestamp:
08/30/2025 12:11:12 AM (13 months ago)
Author:
desrosj
Message:

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

This updates the following third-party actions to their latest versions:
actions/checkout from 4.2.2 to 5.0.0
shivammathur/setup-php from 2.32.0 to 2.35.3
actions/setup-node from 4.3.0 to 4.4.0
ramsey/composer-install from 3.1.0 to 3.1.1
actions/cache from 4.2.3 to 4.2.4
actions/download-artifact from 4.2.1 to 5.0.0
codecov/codecov-action from 5.4.0 to 5.4.3
slackapi/slack-github-action from 2.0.0 to 2.1.1

See #63170.

File:
1 edited

Legend:

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

    r60083 r60692  
    9898
    9999      - name: Checkout repository
    100         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     100        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    101101        with:
    102102          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    104104
    105105      - name: Install Node.js
    106         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     106        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
    107107        with:
    108108          node-version-file: '.nvmrc'
     
    117117
    118118      - name: Cache Composer dependencies
    119         uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
     119        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
    120120        env:
    121121          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.