Make WordPress Core


Ignore:
Timestamp:
06/27/2022 07:23:45 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update the actions/cache action.

This correctly updates the actions/cache action. [53581] updated the inline comment to the latest version but did not update the actual SHA value correctly.

Follow up to [53581].

See #55652.

File:
1 edited

Legend:

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

    r53581 r53582  
    133133
    134134      - name: Cache Composer dependencies
    135         uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4
     135        uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
    136136        env:
    137137          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.