Make WordPress Core


Ignore:
Timestamp:
03/04/2024 11:04:12 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:

  • shivammathur/setup-php from 2.29.0 to 2.30.0
  • actions/cache from 4.0.0 to 4.0.1
  • ramsey/composer-install from 2.2.0 to 3.0.0
  • codecov/codecov-action from 4.0.1 to 4.1.0

This should address the remaining notices caused by running Node.js 16.x on GitHub Actions runner machines in trunk.

Follow up to [57197], [57362], [57655].

See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests-run.yml

    r57655 r57757  
    104104      ##
    105105      - name: Set up PHP
    106         uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.0
     106        uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0
    107107        with:
    108108          php-version: '${{ inputs.php }}'
     
    112112      # passing a custom cache suffix ensures that the cache is flushed at least once per week.
    113113      - name: Install Composer dependencies
    114         uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
     114        uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
    115115        with:
    116116          custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")
Note: See TracChangeset for help on using the changeset viewer.