Skip to content

Commit fa061b3

Browse files
authored
Enhancement: Use PHP-CS-Fixer 3.24.0 (#100)
1 parent 735cdbb commit fa061b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
99
LABEL "homepage"="http://github.com/actions"
1010
LABEL "maintainer"="Oskar Stark <[email protected]>"
1111

12-
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.23.0/php-cs-fixer.phar -O php-cs-fixer \
12+
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.24.0/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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name: 'OSKAR-PHP-CS-Fixer'
1212

1313
runs:
1414
using: 'docker'
15-
image: 'docker://oskarstark/php-cs-fixer-ga:3.23.0'
15+
image: 'docker://oskarstark/php-cs-fixer-ga:3.24.0'

0 commit comments

Comments
 (0)