From c8d17eb7ee884cf86b93a3a3f471648fb0a83819 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 5 Dec 2023 16:59:55 -0500 Subject: [PATCH] README: prep 0.0.9 (#111) Signed-off-by: William Woodruff --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c99fd..b8b09cc 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.8 + - uses: sigstore/sigstore-conformance@v0.0.9 with: entrypoint: sigstore ```