From 3ce0294e76b4842b7c7f7b0ee4b443109b52c8aa Mon Sep 17 00:00:00 2001 From: David Disu Date: Wed, 31 Aug 2022 10:30:13 +0100 Subject: [PATCH] Use first stable version --- .github/workflows/sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index 993aa44e..7f57be10 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 14.17.6 - name: Run SUT Action - uses: EthereumRemix/sol-test@v1-alpha + uses: EthereumRemix/sol-test@v1 with: test-path: 'sample/tests' compiler-version: '0.8.15' \ No newline at end of file