Make WordPress Core

Changeset 59354


Ignore:
Timestamp:
11/05/2024 06:00:46 PM (8 months ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to their latest versions:

  • wow-actions/welcome
  • actions/setup-node
  • actions/cache

See #62221.

Location:
trunk/.github/workflows
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/pull-request-comments.yml

    r59169 r59354  
    3131    steps:
    3232      - name: Post a welcome comment
    33         uses: wow-actions/welcome@72817eb31cda1de60f51893d80e2e82ce57f7e76 # v1.3.0
     33        uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # v1.3.1
    3434        with:
    3535          FIRST_PR_REACTIONS: 'hooray'
  • trunk/.github/workflows/reusable-coding-standards-javascript.yml

    r59208 r59354  
    3636
    3737      - name: Set up Node.js
    38         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     38        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    3939        with:
    4040          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-coding-standards-php.yml

    r59208 r59354  
    6161
    6262      - name: Cache PHPCS scan cache
    63         uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
     63        uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
    6464        with:
    6565          path: |
  • trunk/.github/workflows/reusable-end-to-end-tests.yml

    r59220 r59354  
    7373
    7474      - name: Set up Node.js
    75         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     75        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    7676        with:
    7777          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-javascript-tests.yml

    r59208 r59354  
    3131
    3232      - name: Set up Node.js
    33         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     33        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    3434        with:
    3535          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-performance.yml

    r59217 r59354  
    123123
    124124      - name: Set up Node.js
    125         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     125        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    126126        with:
    127127          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-php-compatibility.yml

    r59208 r59354  
    5959
    6060      - name: Cache PHP compatibility scan cache
    61         uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
     61        uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
    6262        with:
    6363          path: .cache/phpcompat.json
  • trunk/.github/workflows/reusable-phpunit-tests-v1.yml

    r59208 r59354  
    9696
    9797      - name: Set up Node.js
    98         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     98        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    9999        with:
    100100          node-version-file: '.nvmrc'
     
    109109      - name: Cache Composer dependencies
    110110        if: ${{ env.COMPOSER_INSTALL == true }}
    111         uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
     111        uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
    112112        env:
    113113          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/reusable-phpunit-tests-v2.yml

    r59208 r59354  
    9999
    100100      - name: Install Node.js
    101         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     101        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    102102        with:
    103103          node-version-file: '.nvmrc'
     
    112112
    113113      - name: Cache Composer dependencies
    114         uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
     114        uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
    115115        env:
    116116          cache-name: cache-composer-dependencies
  • trunk/.github/workflows/reusable-phpunit-tests-v3.yml

    r59287 r59354  
    122122
    123123      - name: Set up Node.js
    124         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     124        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    125125        with:
    126126          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-test-core-build-process.yml

    r59208 r59354  
    6464
    6565      - name: Set up Node.js
    66         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     66        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    6767        with:
    6868          node-version-file: '.nvmrc'
  • trunk/.github/workflows/reusable-test-gutenberg-build-process.yml

    r59208 r59354  
    5656
    5757      - name: Set up Node.js
    58         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     58        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    5959        with:
    6060          node-version-file: '.nvmrc'
  • trunk/.github/workflows/test-and-zip-default-themes.yml

    r59208 r59354  
    133133
    134134      - name: Set up Node.js
    135         uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
     135        uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
    136136        with:
    137137          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.