- Timestamp:
- 03/19/2025 12:23:42 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-coding-standards-php.yml
r59720 r60051 66 66 67 67 - name: Cache PHPCS scan cache 68 uses: actions/cache@ 1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.068 uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 69 69 with: 70 70 path: | … … 76 76 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 77 77 - name: Install Composer dependencies 78 uses: ramsey/composer-install@ 57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.078 uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0 79 79 with: 80 80 custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset
for help on using the changeset viewer.