From aca86f7d3463b113dd014873dc4d8fc99d7bd602 Mon Sep 17 00:00:00 2001 From: Disco <131301107+0xDiscotech@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:35:30 -0300 Subject: [PATCH] chore: update solidity exporter version Co-authored-by: Gas <86567384+gas1cent@users.noreply.github.com> --- .github/workflows/solidity-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity-exporter.yml b/.github/workflows/solidity-exporter.yml index ae8e6a92..64e0c0a9 100644 --- a/.github/workflows/solidity-exporter.yml +++ b/.github/workflows/solidity-exporter.yml @@ -34,7 +34,7 @@ jobs: run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version - name: Export Solidity - ${{ matrix.export_type }} - uses: defi-wonderland/solidity-exporter-action@1dbf5371c260add4a354e7a8d3467e5d3b9580b8 + uses: defi-wonderland/solidity-exporter-action@v2.0.0 with: # Update package_name with your package name package_name: "@defi_wonderland/solidity-exported"