From 103c4700944e8ca85e99fb757911c42f2c9f939a Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 13 Jan 2025 18:47:39 +0200 Subject: [PATCH] README: Bump version Signed-off-by: Jussi Kukkonen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f62ca0d..3851a62 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.15 + - uses: sigstore/sigstore-conformance@v0.0.16 with: entrypoint: my-conformance-client # Run tests against staging Sigstore environment - - uses: sigstore/sigstore-conformance@v0.0.15 + - uses: sigstore/sigstore-conformance@v0.0.16 with: entrypoint: my-conformance-client environment: staging