name: PHP
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: phpcs
uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495
- name: Setup PHP with tools
uses: actions/setup-node@v2
with:
node-version: "12"
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: echo "::add-matcher::.github/javascript-syntax.json"
- name: Remove files to be ignored
run: |
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: echo "::add-matcher::.github/php-syntax.json"
- name: Remove files to be ignored
run: |