Changeset 59354
- Timestamp:
- 11/05/2024 06:00:46 PM (8 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/pull-request-comments.yml
r59169 r59354 31 31 steps: 32 32 - name: Post a welcome comment 33 uses: wow-actions/welcome@ 72817eb31cda1de60f51893d80e2e82ce57f7e76 # v1.3.033 uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # v1.3.1 34 34 with: 35 35 FIRST_PR_REACTIONS: 'hooray' -
trunk/.github/workflows/reusable-coding-standards-javascript.yml
r59208 r59354 36 36 37 37 - name: Set up Node.js 38 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.438 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 39 39 with: 40 40 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-coding-standards-php.yml
r59208 r59354 61 61 62 62 - name: Cache PHPCS scan cache 63 uses: actions/cache@ 3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.163 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 64 64 with: 65 65 path: | -
trunk/.github/workflows/reusable-end-to-end-tests.yml
r59220 r59354 73 73 74 74 - name: Set up Node.js 75 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.475 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 76 76 with: 77 77 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-javascript-tests.yml
r59208 r59354 31 31 32 32 - name: Set up Node.js 33 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.433 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 34 34 with: 35 35 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-performance.yml
r59217 r59354 123 123 124 124 - name: Set up Node.js 125 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4125 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 126 126 with: 127 127 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-php-compatibility.yml
r59208 r59354 59 59 60 60 - name: Cache PHP compatibility scan cache 61 uses: actions/cache@ 3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.161 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 62 62 with: 63 63 path: .cache/phpcompat.json -
trunk/.github/workflows/reusable-phpunit-tests-v1.yml
r59208 r59354 96 96 97 97 - name: Set up Node.js 98 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.498 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 99 99 with: 100 100 node-version-file: '.nvmrc' … … 109 109 - name: Cache Composer dependencies 110 110 if: ${{ env.COMPOSER_INSTALL == true }} 111 uses: actions/cache@ 3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1111 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 112 112 env: 113 113 cache-name: cache-composer-dependencies -
trunk/.github/workflows/reusable-phpunit-tests-v2.yml
r59208 r59354 99 99 100 100 - name: Install Node.js 101 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4101 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 102 102 with: 103 103 node-version-file: '.nvmrc' … … 112 112 113 113 - name: Cache Composer dependencies 114 uses: actions/cache@ 3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1114 uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 115 115 env: 116 116 cache-name: cache-composer-dependencies -
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r59287 r59354 122 122 123 123 - name: Set up Node.js 124 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4124 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 125 125 with: 126 126 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-test-core-build-process.yml
r59208 r59354 64 64 65 65 - name: Set up Node.js 66 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.466 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 67 67 with: 68 68 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-test-gutenberg-build-process.yml
r59208 r59354 56 56 57 57 - name: Set up Node.js 58 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.458 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 59 59 with: 60 60 node-version-file: '.nvmrc' -
trunk/.github/workflows/test-and-zip-default-themes.yml
r59208 r59354 133 133 134 134 - name: Set up Node.js 135 uses: actions/setup-node@ 0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4135 uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 136 136 with: 137 137 node-version-file: '.nvmrc'
Note: See TracChangeset
for help on using the changeset viewer.