Make WordPress Core


Ignore:
Timestamp:
03/08/2023 04:33:13 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update several GitHub Actions.

This updates three GitHub Actions to their latest versions:

  • shivammathur/setup-php
  • actions/cache
  • wow-actions/welcome

The welcome action now uses the GITHUB_TOKEN by default, so it no longer needs to be passed manually.

See #57572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r55152 r55487  
    8787      ##
    8888      - name: Set up PHP
    89         uses: shivammathur/setup-php@8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.0
     89        uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
    9090        with:
    9191          php-version: '7.4'
Note: See TracChangeset for help on using the changeset viewer.