diff --git a/Dockerfile b/Dockerfile index 2e65f50..01de734 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.21.3/php-cs-fixer.phar -O php-cs-fixer \ +RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.22.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 59f9bb7..4dc229a 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.21.3' + image: 'docker://oskarstark/php-cs-fixer-ga:3.22.0'