From dc25d9c3d5a3c57b4fe70856827e4d312b37cf0d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 4 Jan 2024 20:30:44 +0000 Subject: [PATCH] Enhancement: Upgrade to PHP-CS-Fixer 3.46.0 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index afcf2d9..45dbe0e 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.45.0 +ENV VERSION=3.46.0 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 b374e4b..52ad5ec 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.45.0' + image: 'docker://oskarstark/php-cs-fixer-ga:3.46.0'