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/slack-notifications.yml

    r54373 r54511  
    5454      - name: Determine the status of the previous attempt
    5555        id: previous-attempt-result
    56         uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
     56        uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
    5757        with:
    5858          retries: 2
     
    119119      - name: Get the commit message
    120120        id: current-commit-message
    121         uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
     121        uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
    122122        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    123123        with:
     
    155155    steps:
    156156      - name: Post failure notifications to Slack
    157         uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
     157        uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
    158158        with:
    159159          payload: ${{ needs.prepare.outputs.payload }}
     
    171171    steps:
    172172      - name: Post failure notifications to Slack
    173         uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
     173        uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
    174174        with:
    175175          payload: ${{ needs.prepare.outputs.payload }}
     
    187187    steps:
    188188      - name: Post success notifications to Slack
    189         uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
     189        uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
    190190        with:
    191191          payload: ${{ needs.prepare.outputs.payload }}
     
    203203    steps:
    204204      - name: Post cancelled notifications to Slack
    205         uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
     205        uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
    206206        with:
    207207          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.