Skip to content

Commit 258ef22

Browse files
chore(deps): bump ipfs/gateway-conformance from 0.8 to 0.11
Bumps [ipfs/gateway-conformance](https://github.com/ipfs/gateway-conformance) from 0.8 to 0.11. - [Release notes](https://github.com/ipfs/gateway-conformance/releases) - [Changelog](https://github.com/ipfs/gateway-conformance/blob/main/CHANGELOG.md) - [Commits](ipfs/gateway-conformance@v0.8...v0.11) --- updated-dependencies: - dependency-name: ipfs/gateway-conformance dependency-version: '0.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7955a3b commit 258ef22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/gateway-conformance-optional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Start Kubo
2424
uses: ipfs/start-ipfs-daemon-action@v1
2525
- name: Download gateway-conformance fixtures
26-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8
26+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
2727
with:
2828
output: fixtures
2929
merged: true
@@ -61,7 +61,7 @@ jobs:
6161
done
6262
6363
- name: Run gateway-conformance tests
64-
uses: ipfs/gateway-conformance/.github/actions/test@v0.8
64+
uses: ipfs/gateway-conformance/.github/actions/test@v0.11
6565
with:
6666
gateway-url: http://127.0.0.1:8888
6767
specs: +trustless-car-gateway-optional

.github/workflows/gateway-conformance-unixfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Start Kubo
2424
uses: ipfs/start-ipfs-daemon-action@v1
2525
- name: Download gateway-conformance fixtures
26-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8
26+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
2727
with:
2828
output: fixtures
2929
merged: true
@@ -61,7 +61,7 @@ jobs:
6161
done
6262
6363
- name: Run gateway-conformance tests
64-
uses: ipfs/gateway-conformance/.github/actions/test@v0.8
64+
uses: ipfs/gateway-conformance/.github/actions/test@v0.11
6565
with:
6666
gateway-url: http://127.0.0.1:8888
6767
specs: +path-unixfs-gateway

.github/workflows/gateway-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Start Kubo
2323
uses: ipfs/start-ipfs-daemon-action@v1
2424
- name: Download gateway-conformance fixtures
25-
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.8
25+
uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.11
2626
with:
2727
output: fixtures
2828
merged: true
@@ -60,7 +60,7 @@ jobs:
6060
done
6161
6262
- name: Run gateway-conformance tests
63-
uses: ipfs/gateway-conformance/.github/actions/test@v0.8
63+
uses: ipfs/gateway-conformance/.github/actions/test@v0.11
6464
with:
6565
gateway-url: http://127.0.0.1:8888
6666
specs: trustless-car-gateway

0 commit comments

Comments
 (0)