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-v2.yml

    r60051 r60083  
    117117
    118118      - name: Cache Composer dependencies
    119         uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
     119        uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
    120120        env:
    121121          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.