Make WordPress Core


Ignore:
Timestamp:
02/19/2024 08:57:19 AM (8 months ago)
Author:
swissspidy
Message:

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

This updates the following third-party GitHub Actions to their latest versions:

  • Updates actions/setup-node from 4.0.1 to 4.0.2
  • Updates actions/upload-artifact from 4.3.0 to 4.3.1

Props desrosj, thelovekesh.
See #59805.

File:
1 edited

Legend:

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

    r57362 r57655  
    6868
    6969      - name: Set up Node.js
    70         uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
     70        uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
    7171        with:
    7272          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.