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-v1.yml

    r58789 r59208  
    9696
    9797      - name: Set up Node.js
    98         uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
     98        uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
    9999        with:
    100100          node-version-file: '.nvmrc'
     
    109109      - name: Cache Composer dependencies
    110110        if: ${{ env.COMPOSER_INSTALL == true }}
    111         uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
     111        uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
    112112        env:
    113113          cache-name: cache-composer-dependencies
Note: See TracChangeset for help on using the changeset viewer.