From e0f02878a51c5805743e30598b85e0bb443f894f Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Tue, 20 Jan 2026 08:22:11 +0300 Subject: [PATCH] Update the default resolc version to use --- .github/actions/run-differential-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-differential-tests/action.yml b/.github/actions/run-differential-tests/action.yml index 477fd81..4998d56 100644 --- a/.github/actions/run-differential-tests/action.yml +++ b/.github/actions/run-differential-tests/action.yml @@ -21,7 +21,7 @@ inputs: resolc-version: description: "The version of resolc to install and use in tests." required: false - default: "0.5.0" + default: "0.6.0" type: string use-compilation-caches: description: "Controls if the compilation caches will be used for the test run or not."