Make WordPress Core


Ignore:
Timestamp:
02/18/2021 06:45:23 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update actions within test workflows to the latest versions.

This updates two published GitHub actions to their latest versions:

  • actions/setup-node from v1 to v2.
  • styfle/cancel-workflow-action from 0.5.0 to 0.8.0.

See #50401.

File:
1 edited

Legend:

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

    r50379 r50387  
    4444      - name: Cancel previous runs of this workflow (pull requests only)
    4545        if: ${{ github.event_name == 'pull_request' }}
    46         uses: styfle/cancel-workflow-action@0.5.0
     46        uses: styfle/cancel-workflow-action@0.8.0
    4747        with:
    4848          access_token: ${{ github.token }}
     
    6565
    6666      - name: Install NodeJS
    67         uses: actions/setup-node@v1
     67        uses: actions/setup-node@v2
    6868        with:
    6969          node-version: 14
     
    170170
    171171      - name: Install NodeJS
    172         uses: actions/setup-node@v1
     172        uses: actions/setup-node@v2
    173173        with:
    174174          node-version: 14
Note: See TracChangeset for help on using the changeset viewer.