From 5dad11459d785b99b6735901d296a3ae3beac470 Mon Sep 17 00:00:00 2001 From: sksaju Date: Mon, 15 Jul 2024 15:46:48 +0600 Subject: [PATCH] Upgrade WordPress Coding Standards to 3.1.0 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1d3ec10..eb61825 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ cp /action/problem-matcher.json /github/workflow/problem-matcher.json -git clone --depth 1 -b 2.3.0 https://github.com/WordPress/WordPress-Coding-Standards.git ~/wpcs +git clone --depth 1 -b 3.1.0 https://github.com/WordPress/WordPress-Coding-Standards.git ~/wpcs git config --global --add safe.directory $(pwd)