Make WordPress Core


Ignore:
Timestamp:
09/07/2023 04:54:48 PM (15 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update a few more 3rd-party GitHub Action occurrences.

Follow up to [56537].

See #58867.

File:
1 edited

Legend:

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

    r56537 r56538  
    7171    steps:
    7272      - name: Checkout repository
    73         uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
     73        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     74        with:
     75          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
    7476
    7577      - name: Set up PHP
     
    146148    steps:
    147149      - name: Checkout repository
    148         uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
     150        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     151        with:
     152          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
    149153
    150154      - name: Set up Node.js
Note: See TracChangeset for help on using the changeset viewer.