@cryptotaxi247 / kubo / commits / 8f3b30cc0

chore(deps): bump ipfs/gateway-conformance from 0.11 to 0.12 (#11232)

Bumps [ipfs/gateway-conformance](https://github.com/ipfs/gateway-conformance) from 0.11 to 0.12. - [Release notes](https://github.com/ipfs/gateway-conformance/releases) - [Changelog](https://github.com/ipfs/gateway-conformance/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/gateway-conformance/compare/v0.11...v0.12) --- updated-dependencies: - dependency-name: ipfs/gateway-conformance dependency-version: '0.12' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Mar 13, 2026 at 04:35 UTC 8f3b30cc03eb1ff91e37e77afca84446824ab0ea
1 file changed +4 -4
.github/workflows/gateway-conformance.yml
+4 -4
@@ -41,7 +41,7 @@ jobs:
41 steps:
42 # 1. Download the gateway-conformance fixtures
43 - name: Download gateway-conformance fixtures
44 - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
44 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
45 with:
46 output: fixtures
47
@@ -93,7 +93,7 @@ jobs:
93
94 # 6. Run the gateway-conformance tests
95 - name: Run gateway-conformance tests
96 - uses: ipfs/gateway-conformance/.github/actions/test@v0.11
96 + uses: ipfs/gateway-conformance/.github/actions/test@v0.12
97 with:
98 gateway-url: http://127.0.0.1:8080
99 subdomain-url: http://localhost:8080
@@ -127,7 +127,7 @@ jobs:
127 steps:
128 # 1. Download the gateway-conformance fixtures
129 - name: Download gateway-conformance fixtures
130 - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
130 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
131 with:
132 output: fixtures
133
@@ -199,7 +199,7 @@ jobs:
199
200 # 9. Run the gateway-conformance tests over libp2p
201 - name: Run gateway-conformance tests over libp2p
202 - uses: ipfs/gateway-conformance/.github/actions/test@v0.11
202 + uses: ipfs/gateway-conformance/.github/actions/test@v0.12
203 with:
204 gateway-url: http://127.0.0.1:8092
205 args: --specs "trustless-gateway,-trustless-ipns-gateway" -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'