Make WordPress Core


Ignore:
Timestamp:
07/23/2024 06:37:03 PM (20 months ago)
Author:
desrosj
Message:

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

The following third-party actions have been updated to their latest versions.

  • shivammathur/setup-php from 2.30.0 to 2.31.1.
  • actions/setup-node from 4.0.2 to 4.0.3.
  • actions/cache from 4.0.1 to 4.0.2.
  • actions/upload-artifact from 4.3.1 to 4.3.4.
  • slackapi/slack-github-action from 1.25.0 to 1.26.0.
  • codecov/codecov-action from 4.1.0 to 4.5.0.

See #61564.

File:
1 edited

Legend:

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

    r58595 r58789  
    9999
    100100      - name: Install Node.js
    101         uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
     101        uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
    102102        with:
    103103          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.