Changeset 57757 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 03/04/2024 11:04:12 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r57655 r57757 76 76 77 77 - name: Set up PHP 78 uses: shivammathur/setup-php@ 6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.078 uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0 79 79 with: 80 80 php-version: 'latest' … … 89 89 90 90 - name: Cache PHPCS scan cache 91 uses: actions/cache@ 13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.091 uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 92 92 with: 93 93 path: | … … 99 99 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 100 100 - name: Install Composer dependencies 101 uses: ramsey/composer-install@ 83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0101 uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0 102 102 with: 103 103 custom-cache-suffix: ${{ steps.get-date.outputs.date }}
Note: See TracChangeset
for help on using the changeset viewer.