From fd9b29d1902f6a0596b18176b9d52b483f72dbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:09:58 +0000 Subject: [PATCH] Bump ipfs/gateway-conformance from 0.4.1 to 0.4.2 Bumps [ipfs/gateway-conformance](https://github.com/ipfs/gateway-conformance) from 0.4.1 to 0.4.2. - [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.4.1...v0.4.2) --- updated-dependencies: - dependency-name: ipfs/gateway-conformance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gateway-conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 06ff0b5..dd5a93a 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.4.1 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4.2 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.4.1 + uses: ipfs/gateway-conformance/.github/actions/test@v0.4.2 with: gateway-url: http://127.0.0.1:8090 json: output.json