Make WordPress Core


Ignore:
Timestamp:
07/14/2026 07:36:56 PM (7 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Update GitHub Actions to their latest versions.

This updates the following GitHub Actions to their latest versions as follows:

  • actions/checkout from 6.0.2 to 7.0.0
  • actions/github-script from 8.0.0 to 9.0.0
  • shivammathur/setup-php from 2.37.1 to 2.37.2

Props mukesh27.
See #64893.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/javascript-tests.yml

    r62095 r62742  
    9595    steps:
    9696      - name: Dispatch workflow run
    97         uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
     97        uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
    9898        with:
    9999          retries: 2
Note: See TracChangeset for help on using the changeset viewer.