diff --git a/.github/workflows/lint-workflow-files.yml b/.github/workflows/lint-workflow-files.yml index b6e2bc7..108e847 100644 --- a/.github/workflows/lint-workflow-files.yml +++ b/.github/workflows/lint-workflow-files.yml @@ -21,10 +21,10 @@ jobs: - name: "install libimagequant-dev" run: "sudo apt-get install libimagequant-dev -y" - - name: "Use Node.js 22" + - name: "Use Node.js 22.4" uses: "actions/setup-node@v4" with: - node-version: "22" + node-version: "22.4" - name: "Check workflow files" uses: "raven-actions/actionlint@v2" diff --git a/composer.json b/composer.json index ab37818..52d3fcb 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", - "friendsofphp/php-cs-fixer": "^3.60.0", + "friendsofphp/php-cs-fixer": "^3.61.1", "sirbrillig/phpcs-variable-analysis": "^2.11.19", "slevomat/coding-standard": "^8.15.0", "squizlabs/php_codesniffer": "^3.10.2"