diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 7a2d675..30a38fa 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -29,7 +29,7 @@ jobs: # 2. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.5.0 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.5.1 with: output: fixtures @@ -79,7 +79,7 @@ jobs: # 6. Run the gateway-conformance tests - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.5.0 + uses: ipfs/gateway-conformance/.github/actions/test@v0.5.1 with: gateway-url: http://127.0.0.1:8090 json: output.json