From fdfa201be6b9599fd82dee622a091dceffe63993 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Thu, 30 Nov 2023 14:55:34 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1db4ab7..8bfad13 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!WARNING] +> This project is now deprecated. +> +> Please use [actions/setup-go](https://github.com/actions/setup-go) witht the `cache` option enabled instead. + # Cache Go Action The action sets up cache for Go modules based on the runner OS. It doesn't take any inputs. Nor does it produce any outputs.