From 00922385de455be5ec46288a947044aa44fb0981 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 16 Oct 2023 16:32:51 +0200 Subject: [PATCH] README: prep 0.0.8 (#110) Signed-off-by: William Woodruff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89a086..c9c99fd 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.7 + - uses: sigstore/sigstore-conformance@v0.0.8 with: entrypoint: sigstore ```