Make WordPress Core


Ignore:
Timestamp:
01/28/2025 12:43:28 AM (13 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd-party GitHub Actions.

This updates the following GitHub Actions to their latest versions:

  • actions/cache
  • actions/checkout
  • actions/setup-node
  • actions/upload-artifact
  • codecov/codecov-action
  • shivammathur/setup-php

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-coding-standards-javascript.yml

    r59679 r59716  
    3535    steps:
    3636      - name: Checkout repository
    37         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
     37        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
    3838        with:
    3939          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
     
    4141
    4242      - name: Set up Node.js
    43         uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
     43        uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
    4444        with:
    4545          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.