From 3e1a22967b830daa0699429089170385890ccfee Mon Sep 17 00:00:00 2001 From: kenorb Date: Mon, 9 Sep 2024 21:17:26 +0100 Subject: [PATCH] CI: Sets classes refs to v3.000.2 --- .github/workflows/backtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backtest.yml b/.github/workflows/backtest.yml index 8c8c061..039479b 100644 --- a/.github/workflows/backtest.yml +++ b/.github/workflows/backtest.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 with: path: Include/EA31337-classes - ref: v3.000.1 + ref: v3.000.2 repository: EA31337/EA31337-classes - name: Compile for MQL4 uses: fx31337/mql-compile-action@master