From 0b6e46f1cf9b97f86721513be753f77c91044cf9 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sun, 21 Aug 2022 16:39:01 +0200 Subject: [PATCH] Enhancement: Use PHP-CS-Fixer 3.10.0 (#59) --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1bb915..1801f2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga" LABEL "homepage"="http://github.com/actions" LABEL "maintainer"="Oskar Stark " -RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.9.6/php-cs-fixer.phar -O php-cs-fixer \ +RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.10.0/php-cs-fixer.phar -O php-cs-fixer \ && chmod a+x php-cs-fixer \ && mv php-cs-fixer /usr/local/bin/php-cs-fixer diff --git a/action.yml b/action.yml index 8b9412c..5ea315a 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ name: 'OSKAR-PHP-CS-Fixer' runs: using: 'docker' - image: 'docker://oskarstark/php-cs-fixer-ga:3.9.6' + image: 'docker://oskarstark/php-cs-fixer-ga:3.10.0'