update workflows to use v1 tag
This commit is contained in:
		| @@ -20,7 +20,7 @@ jobs: | |||||||
|         password: ${{ inputs.password }} |         password: ${{ inputs.password }} | ||||||
|     steps: |     steps: | ||||||
|       - name: Setup composer |       - name: Setup composer | ||||||
|         uses: https://git.qlic.nl/actions/setup-composer@main |         uses: https://git.qlic.nl/actions/setup-composer@v1 | ||||||
|  |  | ||||||
|       - name: Run PHPStan |       - name: Run PHPStan | ||||||
|         run: ./vendor/bin/phpstan analyse |         run: ./vendor/bin/phpstan analyse | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user