Make WordPress Core


Ignore:
Timestamp:
07/23/2024 06:37:03 PM (5 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-performance.yml

    r58767 r58789  
    119119
    120120      - name: Set up Node.js
    121         uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
     121        uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
    122122        with:
    123123          node-version-file: '.nvmrc'
     
    282282
    283283      - name: Archive artifacts
    284         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
     284        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
    285285        if: always()
    286286        with:
Note: See TracChangeset for help on using the changeset viewer.