Make WordPress Core


Ignore:
Timestamp:
08/30/2025 12:11:12 AM (10 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-v1.yml

    r60341 r60692  
    9696
    9797      - name: Checkout repository
    98         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     98        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    9999        with:
    100100          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    102102
    103103      - name: Set up Node.js
    104         uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
     104        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
    105105        with:
    106106          node-version-file: '.nvmrc'
     
    120120      - name: Cache Composer dependencies
    121121        if: ${{ env.COMPOSER_INSTALL == true }}
    122         uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
     122        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
    123123        env:
    124124          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.