Make WordPress Core


Ignore:
Timestamp:
08/24/2022 04:30:31 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions to latest versions.

Updated actions:

  • actions/cache
  • actions/github-script
  • actions/setup-node
  • bubkoo/welcome-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/php-compatibility.yml

    r53736 r53940  
    6363
    6464      - name: Set up PHP
    65         uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1
     65        uses: shivammathur/setup-php@e04e1d97f0c0481c6e1ba40f8a538454fe5d7709 # v2.21.2
    6666        with:
    6767          php-version: '7.4'
     
    8181
    8282      - name: Cache PHP compatibility scan cache
    83         uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
     83        uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3.0.8
    8484        with:
    8585          path: .cache/phpcompat.json
Note: See TracChangeset for help on using the changeset viewer.