From 08c27c87079ecc4d302923321b4fd9b0229da6fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9e?= <renee@kooi.me>
Date: Thu, 26 Sep 2024 19:49:57 +0100
Subject: [PATCH] Deprecate (#89)

---
 README.md  | 3 +++
 action.yml | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3cefc70f..2c212990 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 Use the zig compiler in your Github Actions workflows
 
+> [!WARNING]
+> This GitHub Action is unmaintained. Please use [mlugg/setup-zig](https://github.com/mlugg/setup-zig) instead.
+
 [Usage](#usage) - [License: Apache-2.0](#license)
 
 ## Usage
diff --git a/action.yml b/action.yml
index 8e9b4b0c..ba61f429 100644
--- a/action.yml
+++ b/action.yml
@@ -1,5 +1,5 @@
-name: 'Setup Zig'
-description: 'Setup a Zig compiler and add it to the path'
+name: 'Setup Zig (legacy)'
+description: 'Please use mlugg/setup-zig instead'
 branding:
   icon: play
   color: orange