Make WordPress Core


Ignore:
Timestamp:
06/27/2022 07:23:45 PM (2 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/php-compatibility.yml

    r53581 r53582  
    7979
    8080      - name: Cache PHP compatibility scan cache
    81         uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4
     81        uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
    8282        with:
    8383          path: .cache/phpcompat.json
Note: See TracChangeset for help on using the changeset viewer.