Make WordPress Core


Ignore:
Timestamp:
08/24/2022 04:30:31 PM (2 years ago)
Author:
desrosj
Message:

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

Updated actions:

  • actions/cache
  • actions/github-script
  • actions/setup-node
  • bubkoo/welcome-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

File:
1 edited

Legend:

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

    r53581 r53940  
    6868    steps:
    6969      - name: Dispatch workflow run
    70         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     70        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    7171        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
    7272        with:
Note: See TracChangeset for help on using the changeset viewer.