From 9f82face331cbccb3c0dedcf877075c85eb5e039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:49:05 +0000 Subject: [PATCH] build(deps): bump opencontainers/distribution-spec from 1.0.1 to 1.1.0 Bumps [opencontainers/distribution-spec](https://github.com/opencontainers/distribution-spec) from 1.0.1 to 1.1.0. - [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.0) --- 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 58b0a6d175..6ba7568743 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -35,7 +35,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.0 env: OCI_ROOT_URL: ${{ env.OCI_ROOT_URL }} OCI_NAMESPACE: oci-conformance/distribution-test