diff --git a/.github/workflows/evm-version-compatibility-tests.yml b/.github/workflows/evm-version-compatibility-tests.yml index b7b1031b714..783efcacde2 100644 --- a/.github/workflows/evm-version-compatibility-tests.yml +++ b/.github/workflows/evm-version-compatibility-tests.yml @@ -22,8 +22,6 @@ jobs: check-dependency-bump: runs-on: ubuntu-latest - outputs: - dependency_bumped: ${{ steps.dependency-check.outputs.dependency_bumped }} steps: - name: Checkout code uses: actions/checkout@v2