From 7ef10fa1ba0bbc70aec37fa5ae412356e2a4d365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:52:33 +0000 Subject: [PATCH] chore(deps): bump ipfs/gateway-conformance from 0.8 to 0.10 Bumps [ipfs/gateway-conformance](https://github.com/ipfs/gateway-conformance) from 0.8 to 0.10. - [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.8...v0.10) --- updated-dependencies: - dependency-name: ipfs/gateway-conformance dependency-version: '0.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gateway-conformance-optional.yml | 4 ++-- .github/workflows/gateway-conformance-unixfs.yml | 4 ++-- .github/workflows/gateway-conformance.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gateway-conformance-optional.yml b/.github/workflows/gateway-conformance-optional.yml index cdcf4b66..feaa829d 100644 --- a/.github/workflows/gateway-conformance-optional.yml +++ b/.github/workflows/gateway-conformance-optional.yml @@ -23,7 +23,7 @@ jobs: - name: Start Kubo uses: ipfs/start-ipfs-daemon-action@v1 - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.10 with: output: fixtures merged: true @@ -61,7 +61,7 @@ jobs: done - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.8 + uses: ipfs/gateway-conformance/.github/actions/test@v0.10 with: gateway-url: http://127.0.0.1:8888 specs: +trustless-car-gateway-optional diff --git a/.github/workflows/gateway-conformance-unixfs.yml b/.github/workflows/gateway-conformance-unixfs.yml index 358e75b1..e00f802c 100644 --- a/.github/workflows/gateway-conformance-unixfs.yml +++ b/.github/workflows/gateway-conformance-unixfs.yml @@ -23,7 +23,7 @@ jobs: - name: Start Kubo uses: ipfs/start-ipfs-daemon-action@v1 - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.10 with: output: fixtures merged: true @@ -61,7 +61,7 @@ jobs: done - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.8 + uses: ipfs/gateway-conformance/.github/actions/test@v0.10 with: gateway-url: http://127.0.0.1:8888 specs: +path-unixfs-gateway diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 6250e28d..4e33df08 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -22,7 +22,7 @@ jobs: - name: Start Kubo uses: ipfs/start-ipfs-daemon-action@v1 - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.10 with: output: fixtures merged: true @@ -60,7 +60,7 @@ jobs: done - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.8 + uses: ipfs/gateway-conformance/.github/actions/test@v0.10 with: gateway-url: http://127.0.0.1:8888 specs: trustless-car-gateway