Skip to content

Commit bb76c58

Browse files
committed
use correct image
1 parent d0e860a commit bb76c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ action "composer-require-checker" {
2929
}
3030

3131
action "Code style check" {
32-
uses = "docker://phpdoc/phpcs-ga:latest"
32+
uses = "docker://phpdoc/phpcs-ga:master"
3333
secrets = ["GITHUB_TOKEN"]
3434
args = "-d memory_limit=1024M -s"
3535
needs = ["composer"]

0 commit comments

Comments
 (0)