From 5f0572788b79b95d259a83fa95e65c428a0c35c6 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 15 Feb 2024 13:17:07 -0800 Subject: [PATCH] Switch to just using @v1, so we get updates. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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