Compare commits
1 Commits
update-act
...
update-ima
| Author | SHA1 | Date | |
|---|---|---|---|
| b789df1b66 |
@@ -4,7 +4,7 @@ on:
|
||||
image:
|
||||
required: false
|
||||
type: string
|
||||
default: git.qlic.nl/qlic/quality:php8.3
|
||||
default: git.qlic.nl/qlic/quality:php8.4
|
||||
username:
|
||||
required: false
|
||||
type: string
|
||||
@@ -49,13 +49,13 @@ jobs:
|
||||
args: ${{ inputs.composer-args }}
|
||||
|
||||
- name: Cache PHPStan
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .phpstan
|
||||
key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }}
|
||||
|
||||
- name: Cache PHP CS Fixer
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .php-cs-fixer.cache
|
||||
key: phpcs-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }}
|
||||
|
||||
Reference in New Issue
Block a user