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-test-core-build-process.yml

    r58351 r58789  
    6464
    6565      - name: Set up Node.js
    66         uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
     66        uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
    6767        with:
    6868          node-version-file: '.nvmrc'
     
    102102
    103103      - name: Upload ZIP as a GitHub Actions artifact
    104         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
     104        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
    105105        if: ${{ inputs.save-build || inputs.prepare-playground }}
    106106        with:
     
    118118      # leave a comment detailing how to test the PR within WordPress Playground.
    119119      - name: Upload PR number as artifact
    120         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
     120        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
    121121        if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
    122122        with:
Note: See TracChangeset for help on using the changeset viewer.