Make WordPress Core

Changeset 57376


Ignore:
Timestamp:
01/29/2024 03:04:27 PM (8 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party Slack action.

This updates the slackapi/slack-github-action from 1.24.0 to 1.25.0. This fixes more GitHub Action deprecated notices.

Follow up to [57362].

See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/slack-notifications.yml

    r57197 r57376  
    168168    steps:
    169169      - name: Post failure notifications to Slack
    170         uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
     170        uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
    171171        with:
    172172          payload: ${{ needs.prepare.outputs.payload }}
     
    184184    steps:
    185185      - name: Post failure notifications to Slack
    186         uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
     186        uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
    187187        with:
    188188          payload: ${{ needs.prepare.outputs.payload }}
     
    200200    steps:
    201201      - name: Post success notifications to Slack
    202         uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
     202        uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
    203203        with:
    204204          payload: ${{ needs.prepare.outputs.payload }}
     
    216216    steps:
    217217      - name: Post cancelled notifications to Slack
    218         uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
     218        uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
    219219        with:
    220220          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.