Make WordPress Core

Changeset 58359 for branches/5.9


Ignore:
Timestamp:
06/06/2024 04:46:49 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update actions/github-scripts in the 5.9 branch.

This change was missed in [58258].

Unprops desrosj.
See #61213.

Location:
branches/5.9/.github/workflows
Files:
6 edited

Legend:

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

    r58358 r58359  
    9898    steps:
    9999      - name: Dispatch workflow run
    100         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     100        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    101101        with:
    102102          retries: 2
  • branches/5.9/.github/workflows/end-to-end-tests.yml

    r58358 r58359  
    6767    steps:
    6868      - name: Dispatch workflow run
    69         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     69        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    7070        with:
    7171          retries: 2
  • branches/5.9/.github/workflows/javascript-tests.yml

    r58358 r58359  
    8585    steps:
    8686      - name: Dispatch workflow run
    87         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     87        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    8888        with:
    8989          retries: 2
  • branches/5.9/.github/workflows/php-compatibility.yml

    r58358 r58359  
    8484    steps:
    8585      - name: Dispatch workflow run
    86         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     86        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    8787        with:
    8888          retries: 2
  • branches/5.9/.github/workflows/phpunit-tests.yml

    r58358 r58359  
    122122    steps:
    123123      - name: Dispatch workflow run
    124         uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
     124        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    125125        with:
    126126          retries: 2
  • branches/5.9/.github/workflows/test-build-processes.yml

    r58358 r58359  
    120120    steps:
    121121      - name: Dispatch workflow run
    122         uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
     122        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
    123123        with:
    124124          retries: 2
Note: See TracChangeset for help on using the changeset viewer.