diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfb81d9..fedaa94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: #############################################0 - name: Check that the version of the simulator is available from PyPI if: github.event.inputs.simulatorVersion - uses: emilioschepis/wait-for-endpoint@v1.0.3 + uses: emilioschepis/wait-for-endpoint@v1 with: url: https://pypi.org/pypi/pysces/${{ github.event.inputs.simulatorVersion }}/json method: GET