From e10e40aa62c43c521cedb3026bc2166c1a12be92 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Thu, 9 Jan 2025 12:53:40 -0800 Subject: [PATCH] Bump version in README for new release (#177) Signed-off-by: Hayden B --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d3124..f62ca0d 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.14 + - uses: sigstore/sigstore-conformance@v0.0.15 with: entrypoint: my-conformance-client # Run tests against staging Sigstore environment - - uses: sigstore/sigstore-conformance@v0.0.14 + - uses: sigstore/sigstore-conformance@v0.0.15 with: entrypoint: my-conformance-client environment: staging