Make WordPress Core


Ignore:
Timestamp:
01/28/2025 12:43:28 AM (15 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd-party GitHub Actions.

This updates the following GitHub Actions to their latest versions:

  • actions/cache
  • actions/checkout
  • actions/setup-node
  • actions/upload-artifact
  • codecov/codecov-action
  • shivammathur/setup-php

See #62221.

File:
1 edited

Legend:

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

    r59687 r59716  
    116116    steps:
    117117      - name: Set up PHP ${{ matrix.php }}
    118         uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
     118        uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
    119119        with:
    120120          php-version: '${{ matrix.php }}'
Note: See TracChangeset for help on using the changeset viewer.