Make WordPress Core


Ignore:
Timestamp:
10/10/2024 05:08:15 PM (4 months ago)
Author:
desrosj
Message:

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

This applies several updates to the following 3rd-party GitHub Actions:

  • actions/setup-node
  • actions/cache
  • actions/upload-artifact
  • slackapi/slack-github-action
  • codecov/codecov-action.

See #61564.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-phpunit-tests-v2.yml

    r58789 r59208  
    9999
    100100      - name: Install Node.js
    101         uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
     101        uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
    102102        with:
    103103          node-version-file: '.nvmrc'
     
    112112
    113113      - name: Cache Composer dependencies
    114         uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
     114        uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
    115115        env:
    116116          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.