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