Make WordPress Core


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

    r60660 r60692  
    157157      ##
    158158      - name: Set up PHP
    159         uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
     159        uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
    160160        with:
    161161          php-version: '${{ inputs.php }}'
     
    165165      # passing a custom cache suffix ensures that the cache is flushed at least once per week.
    166166      - name: Install Composer dependencies
    167         uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0
     167        uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
    168168        with:
    169169          custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")
     
    241241      - name: Upload test coverage report to Codecov
    242242        if: ${{ inputs.coverage-report }}
    243         uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
     243        uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
    244244        with:
    245245          token: ${{ secrets.CODECOV_TOKEN }}
     
    261261      - name: Checkout the WordPress Test Reporter
    262262        if: ${{ github.ref == 'refs/heads/trunk' && inputs.report }}
    263         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     263        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    264264        with:
    265265          repository: 'WordPress/phpunit-test-runner'
Note: See TracChangeset for help on using the changeset viewer.