diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index e2bab7f..724df4a 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -18,8 +18,7 @@ jobs: # 2. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - # TODO: use a release tag once https://github.com/ipfs/gateway-conformance/pull/19 is merged - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@f10c39191e68550f8d9340c6793cbd6dcd118bb4 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.0 with: output: fixtures @@ -50,8 +49,7 @@ jobs: # 6. Run the gateway-conformance tests - name: Run gateway-conformance tests - # TODO: use a release tag once https://github.com/ipfs/gateway-conformance/pull/19 is merged - uses: ipfs/gateway-conformance/.github/actions/test@f10c39191e68550f8d9340c6793cbd6dcd118bb4 + uses: ipfs/gateway-conformance/.github/actions/test@v0.0 with: gateway-url: http://127.0.0.1:8081 json: output.json