Changeset 54511 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/13/2022 05:49:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r54373 r54511 60 60 steps: 61 61 - name: Checkout repository 62 uses: actions/checkout@ 2541b1294d2704b0964813337f33b291d3f8596b # v3.0.262 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 63 63 64 64 - name: Set up PHP … … 81 81 82 82 - name: Cache PHP compatibility scan cache 83 uses: actions/cache@ 56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.1083 uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11 84 84 with: 85 85 path: .cache/phpcompat.json … … 135 135 steps: 136 136 - name: Dispatch workflow run 137 uses: actions/github-script@ 7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1137 uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2 138 138 with: 139 139 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.