From 223591d242fd2d28edef49ae8d2404e2773baf01 Mon Sep 17 00:00:00 2001
From: Charlie Marsh <crmarsh416@gmail.com>
Date: Tue, 17 Sep 2024 23:20:15 -0400
Subject: [PATCH] Tweak the action branding (#49)

---
 action.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/action.yml b/action.yml
index 0e949d7..7b99baf 100644
--- a/action.yml
+++ b/action.yml
@@ -1,6 +1,6 @@
-name: "Python setup uv"
-description: "Set up your GitHub Actions workflow with a specific version of uv"
-author: "eifinger"
+name: "astral-sh/setup-uv"
+description: "Set up your GitHub Actions workflow with a specific version of uv."
+author: "astral-sh"
 inputs:
   version:
     description: "The version of uv to install"
@@ -40,4 +40,4 @@ runs:
   post-if: success()
 branding:
   icon: "package"
-  color: "blue"
+  color: "black"