From 03495198f0889e06d54fc4ae4479f0a39e7c2e4d Mon Sep 17 00:00:00 2001 From: Alex Lanz Date: Mon, 17 Jul 2023 12:20:46 +0200 Subject: [PATCH] align repository structure --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 9834c29..62ab071 100644 --- a/readme.md +++ b/readme.md @@ -11,8 +11,6 @@ This action will set up the Java SDK and install all dependencies. #### Example: ```yaml - - uses: actions/checkout@v3 - - uses: aboutbits/github-actions-java/setup-and-install@v1 ```