We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2fb6a commit 507d932Copy full SHA for 507d932
Dockerfile
@@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/oskarstark/php-cs-fixer-ga"
9
LABEL "homepage"="http://github.com/actions"
10
LABEL "maintainer"="Oskar Stark <[email protected]>"
11
12
-ENV VERSION=3.39.1
+ENV VERSION=3.40.0
13
14
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$VERSION/php-cs-fixer.phar -O php-cs-fixer \
15
&& chmod a+x php-cs-fixer \
action.yml
@@ -12,4 +12,4 @@ name: 'OSKAR-PHP-CS-Fixer'
runs:
using: 'docker'
- image: 'docker://oskarstark/php-cs-fixer-ga:3.39.1'
+ image: 'docker://oskarstark/php-cs-fixer-ga:3.40.0'
0 commit comments