Make WordPress Core


Ignore:
Timestamp:
10/13/2022 05:49:07 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

This updates the following third-party actions to their latest versions:

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

The latest versions of these actions fix the warnings that are being triggered after the deprecation of set-output and save-state on GitHub Actions.

For more information, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.

See #56820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r54373 r54511  
    6565    steps:
    6666      - name: Checkout repository
    67         uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
     67        uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
    6868
    6969      - name: Set up PHP
     
    8686
    8787      - name: Cache PHPCS scan cache
    88         uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
     88        uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
    8989        with:
    9090          path: .cache/phpcs.json
     
    141141    steps:
    142142      - name: Checkout repository
    143         uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
     143        uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
    144144
    145145      - name: Log debug information
     
    151151
    152152      - name: Install NodeJS
    153         uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0
     153        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    154154        with:
    155155          node-version-file: '.nvmrc'
     
    199199    steps:
    200200      - name: Dispatch workflow run
    201         uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
     201        uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
    202202        with:
    203203          retries: 2
Note: See TracChangeset for help on using the changeset viewer.