File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
99LABEL "homepage" ="http://github.com/actions"
1010LABEL "maintainer" =
"Oskar Stark <[email protected] >" 1111
12- RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.21.0 /php-cs-fixer.phar -O php-cs-fixer \
12+ RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.21.1 /php-cs-fixer.phar -O php-cs-fixer \
1313 && chmod a+x php-cs-fixer \
1414 && mv php-cs-fixer /usr/local/bin/php-cs-fixer
1515
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ name: 'OSKAR-PHP-CS-Fixer'
1212
1313runs :
1414 using : ' docker'
15- image : ' docker://oskarstark/php-cs-fixer-ga:3.21.0 '
15+ image : ' docker://oskarstark/php-cs-fixer-ga:3.21.1 '
You can’t perform that action at this time.
0 commit comments