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/verify-npm-on-windows.yml

    r50298 r50387  
    3131      - name: Cancel previous runs of this workflow (pull requests only)
    3232        if: ${{ github.event_name == 'pull_request' }}
    33         uses: styfle/cancel-workflow-action@0.5.0
     33        uses: styfle/cancel-workflow-action@0.8.0
    3434        with:
    3535          access_token: ${{ github.token }}
     
    4747
    4848      - name: Install NodeJS
    49         uses: actions/setup-node@v1
     49        uses: actions/setup-node@v2
    5050        with:
    5151          node-version: 14
Note: See TracChangeset for help on using the changeset viewer.