diff --git a/.github/workflows/run_emulation.yaml b/.github/workflows/run_emulation.yaml index e3da75f1e..bede49f1a 100644 --- a/.github/workflows/run_emulation.yaml +++ b/.github/workflows/run_emulation.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 with: repository: Opentrons/opentrons-emulation - ref: v3.0.0 + ref: v3.0.1 - name: Checkout ot3-firmware repo uses: actions/checkout@v3 @@ -26,14 +26,14 @@ jobs: path: ot3-firmware - name: Setup Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: cache-break: ${{ github.event.inputs.cache-break }} command: setup-python-only - name: Substitute current sha into yaml id: sub-step - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: yaml-sub substitutions: >- @@ -45,13 +45,13 @@ jobs: - name: Build Emulator - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: setup input-file: ${{ github.workspace }}/output.yaml - name: Run Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: command: run input-file: ${{ github.workspace }}/output.yaml @@ -63,7 +63,7 @@ jobs: run: "curl --request GET --header 'opentrons-version: *' http://localhost:31950/modules" - name: Teardown Emulation - uses: Opentrons/opentrons-emulation@v3.0.0 + uses: Opentrons/opentrons-emulation@v3.0.1 with: input-file: ${{ github.workspace }}/output.yaml command: teardown