Make WordPress Core


Ignore:
Timestamp:
03/19/2025 12:23:42 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd party actions.

This updates the following 3rd party actions:

  • actions/setup-node from 4.2.0 to 4.3.0
  • actions/upload-artifact from 4.6.0 to 4.6.1
  • ramsey/composer-install from 3.0.0 to 3.1.0
  • actions/cache from 4.2.0 to 4.2.2
  • actions/download-artifact from 4.1.8 to 4.1.9
  • codecov/codecov-action from 5.3.1 to 5.4.0

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-php-compatibility.yml

    r59720 r60051  
    6464
    6565      - name: Cache PHP compatibility scan cache
    66         uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
     66        uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
    6767        with:
    6868          path: .cache/phpcompat.json
     
    7272      # passing a custom cache suffix ensures that the cache is flushed at least once per week.
    7373      - name: Install Composer dependencies
    74         uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
     74        uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0
    7575        with:
    7676          custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset for help on using the changeset viewer.