Make WordPress Core


Ignore:
Timestamp:
07/23/2024 06:37:03 PM (20 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

The following third-party actions have been updated to their latest versions.

  • shivammathur/setup-php from 2.30.0 to 2.31.1.
  • actions/setup-node from 4.0.2 to 4.0.3.
  • actions/cache from 4.0.1 to 4.0.2.
  • actions/upload-artifact from 4.3.1 to 4.3.4.
  • slackapi/slack-github-action from 1.25.0 to 1.26.0.
  • codecov/codecov-action from 4.1.0 to 4.5.0.

See #61564.

File:
1 edited

Legend:

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

    r58165 r58789  
    4242
    4343      - name: Set up PHP
    44         uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
     44        uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
    4545        with:
    4646          php-version: ${{ inputs.php-version }}
     
    5959
    6060      - name: Cache PHP compatibility scan cache
    61         uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
     61        uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
    6262        with:
    6363          path: .cache/phpcompat.json
Note: See TracChangeset for help on using the changeset viewer.