Skip to content

Commit fd90e6b

Browse files
authored
Prepare for 0.0.18 release (#205)
Changelog is * Use current sigstore-protobuf-specs * Make sure the test suite is installed in a separate environment in both Makefile and the action Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 316a8fd commit fd90e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ client-under-test [CLI protocol](docs/cli_protocol.md).
4747
# insert your client installation steps here
4848

4949
# Run tests against production Sigstore environment
50-
- uses: sigstore/sigstore-conformance@v0.0.17
50+
- uses: sigstore/sigstore-conformance@v0.0.18
5151
with:
5252
entrypoint: my-conformance-client
5353

5454
# Run tests against staging Sigstore environment
55-
- uses: sigstore/sigstore-conformance@v0.0.17
55+
- uses: sigstore/sigstore-conformance@v0.0.18
5656
with:
5757
entrypoint: my-conformance-client
5858
environment: staging

0 commit comments

Comments
 (0)