Make WordPress Core


Ignore:
Timestamp:
03/19/2025 12:23:42 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd party actions.

This updates the following 3rd party actions:

  • actions/setup-node from 4.2.0 to 4.3.0
  • actions/upload-artifact from 4.6.0 to 4.6.1
  • ramsey/composer-install from 3.0.0 to 3.1.0
  • actions/cache from 4.2.0 to 4.2.2
  • actions/download-artifact from 4.1.8 to 4.1.9
  • codecov/codecov-action from 5.3.1 to 5.4.0

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-build-package.yml

    r59815 r60051  
    3636
    3737      - name: Set up Node.js
    38         uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
     38        uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
    3939        with:
    4040          node-version-file: '.nvmrc'
     
    5454
    5555      - name: Upload ZIP as a GitHub Actions artifact
    56         uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
     56        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
    5757        with:
    5858          name: wordpress-develop
Note: See TracChangeset for help on using the changeset viewer.