diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d8bdf995bae7..d2ecdebfd680 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -34,7 +34,7 @@ jobs: python-version: [ 3.9 ] env: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet - BLOCKS_AND_PLOTS_VERSION: 0.30.0 + BLOCKS_AND_PLOTS_VERSION: 0.31.0 steps: - name: Clean workspace diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index c6270db0c9fd..781fa9b9f5d8 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -113,7 +113,7 @@ jobs: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet CHIA_SIMULATOR_ROOT: ${{ github.workspace }}/.chia/simulator JOB_FILE_NAME: tests_${{ matrix.os.file_name }}_python-${{ matrix.python.file_name }}_${{ matrix.configuration.name }} - BLOCKS_AND_PLOTS_VERSION: 0.30.0 + BLOCKS_AND_PLOTS_VERSION: 0.31.0 steps: - name: Configure git