Changeset 57197 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 12/18/2023 03:18:30 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r56792 r57197 87 87 steps: 88 88 - name: Checkout repository 89 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.089 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 90 90 with: 91 91 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 126 126 steps: 127 127 - name: Checkout repository 128 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0128 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 129 129 with: 130 130 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 132 132 133 133 - name: Set up Node.js 134 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1134 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 135 135 with: 136 136 node-version-file: '.nvmrc' … … 182 182 steps: 183 183 - name: Checkout repository 184 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0184 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 185 185 with: 186 186 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 188 188 189 189 - name: Upload theme ZIP as an artifact 190 uses: actions/upload-artifact@ 0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2190 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 191 191 with: 192 192 if-no-files-found: error … … 228 228 steps: 229 229 - name: Dispatch workflow run 230 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1230 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 231 231 with: 232 232 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.