Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022) #3934

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022)

Bump actions/checkout from 4.1.4 to 4.1.5 (#3022) #3934

Workflow file for this run

name: PHPStan
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Install composer
uses: php-actions/composer@v6
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon.dist
memory_limit: 256M