Make WordPress Core


Ignore:
Timestamp:
08/30/2025 12:11:12 AM (6 months ago)
Author:
desrosj
Message:

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

This updates the following third-party actions to their latest versions:
actions/checkout from 4.2.2 to 5.0.0
shivammathur/setup-php from 2.32.0 to 2.35.3
actions/setup-node from 4.3.0 to 4.4.0
ramsey/composer-install from 3.1.0 to 3.1.1
actions/cache from 4.2.3 to 4.2.4
actions/download-artifact from 4.2.1 to 5.0.0
codecov/codecov-action from 5.4.0 to 5.4.3
slackapi/slack-github-action from 2.0.0 to 2.1.1

See #63170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-php-compatibility.yml

    r60083 r60692  
    4141    steps:
    4242      - name: Checkout repository
    43         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
     43        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
    4444        with:
    4545          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    4747
    4848      - name: Set up PHP
    49         uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
     49        uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
    5050        with:
    5151          php-version: ${{ inputs.php-version }}
     
    6464
    6565      - name: Cache PHP compatibility scan cache
    66         uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
     66        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
    6767        with:
    6868          path: .cache/phpcompat.json
     
    7272      # passing a custom cache suffix ensures that the cache is flushed at least once per week.
    7373      - name: Install Composer dependencies
    74         uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0
     74        uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
    7575        with:
    7676          custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset for help on using the changeset viewer.