From f40381257db55de5310d0a0a655cac6c26552235 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 25 Oct 2024 10:37:47 -0400 Subject: [PATCH] README: bump tag for gh-action-sigstore-python (#1191) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b97b036f..b92d87bab 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ add it to your CI manually: jobs: sigstore-python: steps: - - uses: sigstore/gh-action-sigstore-python@v0.2.0 + - uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: foo.txt ```