From 9a50224b81d1f1f2125e336b97b8c7bdf772a55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:55:16 +0000 Subject: [PATCH] build(deps): bump opencontainers/distribution-spec from 1.0.1 to 1.1.1 Bumps [opencontainers/distribution-spec](https://github.com/opencontainers/distribution-spec) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/opencontainers/distribution-spec/releases) - [Changelog](https://github.com/opencontainers/distribution-spec/blob/main/RELEASES.md) - [Commits](https://github.com/opencontainers/distribution-spec/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: opencontainers/distribution-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 072be9203..359eb09d5 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -30,7 +30,7 @@ jobs: docker run --rm -p 5000:5000 -e REGISTRY_STORAGE_DELETE_ENABLED=true -idt "registry:local" - name: Run OCI Distribution Spec conformance tests - uses: opencontainers/distribution-spec@v1.0.1 + uses: opencontainers/distribution-spec@v1.1.1 env: OCI_ROOT_URL: ${{ env.OCI_ROOT_URL }} OCI_NAMESPACE: oci-conformance/distribution-test