Make WordPress Core


Ignore:
Timestamp:
01/27/2023 07:23:20 PM (3 years ago)
Author:
desrosj
Message:

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

This updates the following third-party GitHub Actions to their latest versions.

  • actions/cache
  • actions/checkout
  • actions/upload-artifact
  • actions/setup-node
  • actions/setup-php
  • actions/github-script

See #57572.

File:
1 edited

Legend:

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

    r54995 r55152  
    6565    steps:
    6666      - name: Dispatch workflow run
    67         uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
     67        uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
    6868        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.1' }}
    6969        with:
Note: See TracChangeset for help on using the changeset viewer.