Make WordPress Core


Ignore:
Timestamp:
03/08/2023 04:48:21 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.

Merges [54651] and [55487] to the 6.0 branch.
See #56793, #57572.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

  • branches/6.0/.github/workflows/php-compatibility.yml

    r55482 r55490  
    6161
    6262      - name: Set up PHP
    63         uses: shivammathur/setup-php@8e2ac35f639d3e794c1da1f28999385ab6fdf0fc # v2.23.0
     63        uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
    6464        with:
    6565          php-version: '7.4'
     
    7878
    7979      - name: Cache PHP compatibility scan cache
    80         uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
     80        uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
    8181        with:
    8282          path: .cache/phpcompat.json
Note: See TracChangeset for help on using the changeset viewer.