Make WordPress Core


Ignore:
Timestamp:
11/16/2021 04:08:03 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update all 3rd party GitHub actions to the latest versions.

See #53363.

File:
1 edited

Legend:

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

    r52130 r52183  
    5858    steps:
    5959      - name: Dispatch workflow run
    60         uses: actions/github-script@47f7cf65b5ced0830a325f705cad64f2f58dddf7 # v3.1.0
     60        uses: actions/github-script@441359b1a30438de65712c2fbca0abe4816fa667 # v5.0.0
    6161        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '5.7' }}
    6262        with:
    6363          github-token: ${{ secrets.GHA_OLD_BRANCH_DISPATCH }}
    6464          script: |
    65             github.actions.createWorkflowDispatch({
     65            github.rest.actions.createWorkflowDispatch({
    6666              owner: context.repo.owner,
    6767              repo: context.repo.repo,
Note: See TracChangeset for help on using the changeset viewer.