From 3c631328dd4529f397b8e458ece53ecb8fbb48b0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 11 Oct 2023 23:26:07 +0200 Subject: [PATCH] README: prep 0.0.7 (#106) Closes https://github.com/sigstore/sigstore-conformance/issues/103. Signed-off-by: William Woodruff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e829edf..d89a086 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v3 - name: install run: python -m pip install . - - uses: sigstore/sigstore-conformance@v0.0.6 + - uses: sigstore/sigstore-conformance@v0.0.7 with: entrypoint: sigstore ```