Skip to content

Commit f5b1301

Browse files
committed
Update GH Actions
1 parent d98703c commit f5b1301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
restore-keys: ${{ runner.os }}-composer-
6767

6868
- name: Install Composer dependencies
69-
if: steps.cache-vendor.outputs.cache-hit != 'true' # Skip if cache hit
69+
if: steps.composer-cache.outputs.cache-hit != 'true' # Skip if cache hit
7070
run: composer install --no-progress --prefer-dist --optimize-autoloader
7171
# run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
7272

0 commit comments

Comments
 (0)