Make WordPress Core


Ignore:
Timestamp:
03/08/2023 04:33:13 PM (21 months 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/welcome-new-contributors.yml

    r54651 r55487  
    1313
    1414    steps:
    15       - uses: wow-actions/welcome@fafa00fbd13d9c5d0fbd761c249153506c62bcd8 # v1.1.0
     15      - uses: wow-actions/welcome@72817eb31cda1de60f51893d80e2e82ce57f7e76 # v1.3.0
    1616        with:
    17           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    1817          FIRST_PR_COMMENT: >
    1918            Hi @{{ author }}! 👋
Note: See TracChangeset for help on using the changeset viewer.