Make WordPress Core


Ignore:
Timestamp:
10/10/2024 05:08:15 PM (4 months ago)
Author:
desrosj
Message:

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

This applies several updates to the following 3rd-party GitHub Actions:

  • actions/setup-node
  • actions/cache
  • actions/upload-artifact
  • slackapi/slack-github-action
  • codecov/codecov-action.

See #61564.

File:
1 edited

Legend:

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

    r58789 r59208  
    5959
    6060      - name: Cache PHP compatibility scan cache
    61         uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
     61        uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
    6262        with:
    6363          path: .cache/phpcompat.json
Note: See TracChangeset for help on using the changeset viewer.