Make WordPress Core


Ignore:
Timestamp:
03/25/2025 02:04:15 PM (4 months ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions:

  • actions/upload-artifact from 4.6.1 to 4.6.2
  • actions/download-artifact from 4.1.9 to 4.2.1
  • actions/cache from 4.2.2 to 4.2.3

Though these are minor updates, they include a hardening change, switching to masking cache entry tokens in debug logs.

Fixes #62221.

File:
1 edited

Legend:

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

    r60051 r60083  
    120120      - name: Cache Composer dependencies
    121121        if: ${{ env.COMPOSER_INSTALL == true }}
    122         uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
     122        uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
    123123        env:
    124124          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.