Changeset 56537 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 09/07/2023 04:49:18 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r56388 r56537 74 74 75 75 - name: Set up PHP 76 uses: shivammathur/setup-php@ d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.076 uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4 77 77 with: 78 78 php-version: '7.4' … … 87 87 88 88 - name: Cache PHPCS scan cache 89 uses: actions/cache@ 69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.689 uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 90 90 with: 91 91 path: | … … 149 149 150 150 - name: Set up Node.js 151 uses: actions/setup-node@ 64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0151 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 152 152 with: 153 153 node-version-file: '.nvmrc'
Note: See TracChangeset
for help on using the changeset viewer.