Make WordPress Core


Ignore:
Timestamp:
08/11/2023 01:03:21 PM (21 months ago)
Author:
desrosj
Message:

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

This updates all 3rd-party GitHub Actions to their latest versions.

See #58867.

File:
1 edited

Legend:

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

    r55715 r56388  
    6161      - name: Determine the status of the previous attempt
    6262        id: previous-attempt-result
    63         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     63        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    6464        with:
    6565          retries: 2
     
    126126      - name: Get the commit message
    127127        id: current-commit-message
    128         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     128        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    129129        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    130130        with:
Note: See TracChangeset for help on using the changeset viewer.