Make WordPress Core


Ignore:
Timestamp:
12/18/2023 03:18:30 PM (17 months ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to their latest versions:

  • actions/checkout
  • actions/setup-node
  • actions/upload-artifact
  • actions/cache
  • actions/github-script
  • shivammathur/setup-php

See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests-run.yml

    r56954 r57197  
    8686
    8787      - name: Checkout repository
    88         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     88        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    8989        with:
    9090          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
    9191
    9292      - name: Set up Node.js
    93         uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
     93        uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
    9494        with:
    9595          node-version-file: '.nvmrc'
     
    104104      ##
    105105      - name: Set up PHP
    106         uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
     106        uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
    107107        with:
    108108          php-version: '${{ inputs.php }}'
     
    176176      - name: Checkout the WordPress Test Reporter
    177177        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}
    178         uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
     178        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
    179179        with:
    180180          repository: 'WordPress/phpunit-test-runner'
Note: See TracChangeset for help on using the changeset viewer.