Changeset 61209 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r61050 r61209 145 145 146 146 - name: Set up Node.js 147 uses: actions/setup-node@ 49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0147 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 148 148 with: 149 149 node-version-file: '.nvmrc' … … 177 177 # Uploads the diff file as an artifact. 178 178 - name: Upload diff file as artifact 179 uses: actions/upload-artifact@ ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2179 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 180 180 if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }} 181 181 with: … … 230 230 - name: Set up Node.js for themes needing minification 231 231 if: matrix.theme == 'twentytwentytwo' || matrix.theme == 'twentytwentyfive' 232 uses: actions/setup-node@ 49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0232 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 233 233 with: 234 234 node-version-file: '.nvmrc' … … 247 247 248 248 - name: Upload theme ZIP as an artifact 249 uses: actions/upload-artifact@ ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2249 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 250 250 with: 251 251 name: ${{ matrix.theme }} … … 290 290 steps: 291 291 - name: Dispatch workflow run 292 uses: actions/github-script@ 60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1292 uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 293 293 with: 294 294 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.