Make WordPress Core


Ignore:
Timestamp:
07/23/2024 06:37:03 PM (22 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-coding-standards-php.yml

    r58596 r58789  
    4848
    4949      - name: Set up PHP
    50         uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
     50        uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
    5151        with:
    5252          php-version: ${{ inputs.php-version }}
     
    6161
    6262      - name: Cache PHPCS scan cache
    63         uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
     63        uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
    6464        with:
    6565          path: |
Note: See TracChangeset for help on using the changeset viewer.