diff --git a/README.md b/README.md index 3cefc70..2c21299 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 8e9b4b0..ba61f42 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