Make WordPress Core


Ignore:
Timestamp:
01/28/2025 12:43:28 AM (14 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd-party GitHub Actions.

This updates the following GitHub Actions to their latest versions:

  • actions/cache
  • actions/checkout
  • actions/setup-node
  • actions/upload-artifact
  • codecov/codecov-action
  • shivammathur/setup-php

See #62221.

File:
1 edited

Legend:

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

    r59679 r59716  
    9898
    9999      - name: Checkout repository
    100         uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
     100        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
    101101        with:
    102102          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    104104
    105105      - name: Install Node.js
    106         uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
     106        uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
    107107        with:
    108108          node-version-file: '.nvmrc'
     
    117117
    118118      - name: Cache Composer dependencies
    119         uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
     119        uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
    120120        env:
    121121          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.