1
0
mirror of https://github.com/ipfs/kubo.git synced 2026-03-13 09:53:17 +08:00

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

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>
This commit is contained in:
dependabot[bot]
2026-03-11 21:33:27 +00:00
committed by GitHub
parent 6604bcfe9e
commit 1db8cb66e7

View File

@@ -41,7 +41,7 @@ jobs:
steps:
# 1. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
with:
output: fixtures
@@ -93,7 +93,7 @@ jobs:
# 6. Run the gateway-conformance tests
- name: Run gateway-conformance tests
uses: ipfs/gateway-conformance/.github/actions/test@v0.11
uses: ipfs/gateway-conformance/.github/actions/test@v0.12
with:
gateway-url: http://127.0.0.1:8080
subdomain-url: http://localhost:8080
@@ -127,7 +127,7 @@ jobs:
steps:
# 1. Download the gateway-conformance fixtures
- name: Download gateway-conformance fixtures
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.12
with:
output: fixtures
@@ -199,7 +199,7 @@ jobs:
# 9. Run the gateway-conformance tests over libp2p
- name: Run gateway-conformance tests over libp2p
uses: ipfs/gateway-conformance/.github/actions/test@v0.11
uses: ipfs/gateway-conformance/.github/actions/test@v0.12
with:
gateway-url: http://127.0.0.1:8092
args: --specs "trustless-gateway,-trustless-ipns-gateway" -skip 'TestGatewayCar/GET_response_for_application/vnd.ipld.car/Header_Content-Length'