Changeset 57197 for trunk/.github/workflows/phpunit-tests-run.yml
- Timestamp:
- 12/18/2023 03:18:30 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests-run.yml
r56954 r57197 86 86 87 87 - name: Checkout repository 88 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.088 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 89 89 with: 90 90 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 91 91 92 92 - name: Set up Node.js 93 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.193 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 94 94 with: 95 95 node-version-file: '.nvmrc' … … 104 104 ## 105 105 - name: Set up PHP 106 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4106 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 107 107 with: 108 108 php-version: '${{ inputs.php }}' … … 176 176 - name: Checkout the WordPress Test Reporter 177 177 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }} 178 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0178 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 179 179 with: 180 180 repository: 'WordPress/phpunit-test-runner'
Note: See TracChangeset
for help on using the changeset viewer.