From ebd6067e79936f7f2f5a31b64f662f1209b27bf8 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Mon, 16 Aug 2021 07:35:09 +0200 Subject: [PATCH] Use PHP-CS-Fixer 3.0.2 (#39) --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6e6d63..782daeb 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.0.0/php-cs-fixer.phar -O php-cs-fixer \ +RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.0.2/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 e38e83f..f9580a1 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.0.0' + image: 'docker://oskarstark/php-cs-fixer-ga:3.0.2'