Skip to content

Commit

Permalink
Use PHP-CS-Fixer 3.0.3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikari7789 committed Sep 10, 2021
1 parent ebd6067 commit fac529c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
LABEL "homepage"="http://github.com/actions"
LABEL "maintainer"="Oskar Stark <[email protected]>"

RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.0.2/php-cs-fixer.phar -O php-cs-fixer \
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.0.3/php-cs-fixer.phar -O php-cs-fixer \
&& chmod a+x php-cs-fixer \
&& mv php-cs-fixer /usr/local/bin/php-cs-fixer

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name: 'OSKAR-PHP-CS-Fixer'

runs:
using: 'docker'
image: 'docker://oskarstark/php-cs-fixer-ga:3.0.2'
image: 'docker://oskarstark/php-cs-fixer-ga:3.0.3'

0 comments on commit fac529c

Please sign in to comment.