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/javascript-tests.yml

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