From 38d799b4fa2c6040346702d267d15fea9d8e7c81 Mon Sep 17 00:00:00 2001 From: RiskoZoSlovenska Date: Mon, 16 Dec 2024 00:26:42 -0500 Subject: [PATCH] Bump Tailwind to 3.4.16 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a85e399..afbe65d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -54,7 +54,7 @@ jobs: - name: Install Tailwind CSS CLI # Inspired by https://github.com/ZoeyVid/tailwindcss-update/blob/f929e744f0386697b1a8e06d7e3985732cd9eae5/run.sh run: | - curl -L https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.10/tailwindcss-linux-x64 \ + curl -L https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.16/tailwindcss-linux-x64 \ -o /usr/local/bin/tailwindcss chmod +x /usr/local/bin/tailwindcss