From b8474fa29ec5077c6940c5b5cfcd6d4d08d389a0 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 11 Dec 2023 12:39:14 +0000 Subject: [PATCH] Enhancement: Upgrade to PHP-CS-Fixer 3.41.1 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98e9581..ca52c14 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 " -ENV VERSION=3.41.0 +ENV VERSION=3.41.1 RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$VERSION/php-cs-fixer.phar -O php-cs-fixer \ && chmod a+x php-cs-fixer \ diff --git a/action.yml b/action.yml index 3fd74d1..8654e53 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.41.0' + image: 'docker://oskarstark/php-cs-fixer-ga:3.41.1'