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-end-to-end-tests.yml

    r58431 r58789  
    6969
    7070      - name: Set up Node.js
    71         uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
     71        uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
    7272        with:
    7373          node-version-file: '.nvmrc'
     
    126126
    127127      - name: Archive debug artifacts (screenshots, HTML snapshots)
    128         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
     128        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
    129129        if: always()
    130130        with:
Note: See TracChangeset for help on using the changeset viewer.