Make WordPress Core


Ignore:
Timestamp:
06/27/2022 06:57:00 PM (2 years ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to the latest versions:

  • actions/checkout
  • actions/cache
  • actions/github-script
  • actions/setup-node
  • codecov/codecov-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-npm.yml

    r53112 r53581  
    6060    steps:
    6161      - name: Checkout repository
    62         uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
     62        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
    6363
    6464      - name: Log debug information
     
    7171
    7272      - name: Install NodeJS
    73         uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0
     73        uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
    7474        with:
    7575          node-version-file: '.nvmrc'
     
    119119    steps:
    120120      - name: Checkout repository
    121         uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
     121        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
    122122
    123123      - name: Log debug information
     
    130130
    131131      - name: Install NodeJS
    132         uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0
     132        uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
    133133        with:
    134134          node-version-file: '.nvmrc'
Note: See TracChangeset for help on using the changeset viewer.