Skip to content

Commit 5f4e10e

Browse files
committed
@v1 didn't work after all.
Have to be explicit, I suppose.
1 parent 5f05727 commit 5f4e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
#############################################0
5656
- name: Check that the version of the simulator is available from PyPI
5757
if: github.event.inputs.simulatorVersion
58-
uses: emilioschepis/wait-for-endpoint@v1
58+
uses: emilioschepis/wait-for-endpoint@v1.0.3
5959
with:
6060
url: https://pypi.org/pypi/pysces/${{ github.event.inputs.simulatorVersion }}/json
6161
method: GET

0 commit comments

Comments
 (0)