Make WordPress Core


Ignore:
Timestamp:
12/18/2023 03:18:30 PM (13 months ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to their latest versions:

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

See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/install-testing.yml

    r56823 r57197  
    6363    steps:
    6464      - name: Set up PHP ${{ matrix.php }}
    65         uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
     65        uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
    6666        with:
    6767          php-version: '${{ matrix.php }}'
     
    116116    steps:
    117117      - name: Dispatch workflow run
    118         uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
     118        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    119119        with:
    120120          retries: 2
Note: See TracChangeset for help on using the changeset viewer.