Make WordPress Core


Ignore:
Timestamp:
11/16/2021 04:08:03 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update all 3rd party GitHub actions to the latest versions.

See #53363.

File:
1 edited

Legend:

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

    r52002 r52183  
    135135    steps:
    136136      - name: Post failure notifications to Slack
    137         uses: slackapi/slack-github-action@d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0
     137        uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0
    138138        with:
    139139          payload: ${{ needs.prepare.outputs.payload }}
     
    150150    steps:
    151151      - name: Post failure notifications to Slack
    152         uses: slackapi/slack-github-action@d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0
     152        uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0
    153153        with:
    154154          payload: ${{ needs.prepare.outputs.payload }}
     
    165165    steps:
    166166      - name: Post success notifications to Slack
    167         uses: slackapi/slack-github-action@d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0
     167        uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0
    168168        with:
    169169          payload: ${{ needs.prepare.outputs.payload }}
     
    180180    steps:
    181181      - name: Post cancelled notifications to Slack
    182         uses: slackapi/slack-github-action@d5d276d7ae0f38f29322b80da9baf985cc80f8b1 # v1.15.0
     182        uses: slackapi/slack-github-action@410ae57cff5c6b682b106440be0e6c7eb8c98c9d # v1.16.0
    183183        with:
    184184          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.