From d86e699c9e2e36eede34c612a18a4185bc8c5810 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 3 Dec 2024 16:00:05 -0500 Subject: [PATCH] README: prep 0.0.13 Signed-off-by: William Woodruff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2345b9c..e37af0b 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ client-under-test [CLI protocol](docs/cli_protocol.md). # insert your client installation steps here # Run tests against production Sigstore environment - - uses: sigstore/sigstore-conformance@v0.0.12 + - uses: sigstore/sigstore-conformance@v0.0.13 with: entrypoint: my-conformance-client # Run tests against staging Sigstore environment - - uses: sigstore/sigstore-conformance@v0.0.12 + - uses: sigstore/sigstore-conformance@v0.0.13 with: entrypoint: my-conformance-client environment: staging