From 28f956c0618963b1cf1c135360ecc56244180a04 Mon Sep 17 00:00:00 2001 From: IvanZosimov <ivanzosimov@github.com> Date: Fri, 27 Jan 2023 11:52:34 +0100 Subject: [PATCH] Update workflow badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca0307..709fdff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Setup Java -[](https://github.com/actions/setup-java/actions/workflows/workflow.yml) +[](https://github.com/actions/setup-java/actions/workflows/basic-validation.yml) +[](https://github.com/actions/setup-java/actions/workflows/e2e-versions.yml) +[](https://github.com/actions/setup-java/actions/workflows/e2e-cache.yml) The `setup-java` action provides the following functionality for GitHub Actions runners: - Downloading and setting up a requested version of Java. See [Usage](#Usage) for a list of supported distributions.