From b1513aff04dddf9d35203b9a3b396452bc594516 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 19 Feb 2025 07:16:02 +0100 Subject: [PATCH] Fix build failures (#744) * Upgrade actions/cache * Pin tailwindcss version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03fbce12c..c665236ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,7 +129,7 @@ jobs: key: ${{ runner.os }}-maven-build-${{ hashFiles('deps.edn') }} - name: ๐Ÿ— Clerk Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .clerk key: ${{ runner.os }}-clerk-cache @@ -197,7 +197,7 @@ jobs: key: ${{ runner.os }}-maven-ssr-${{ hashFiles('deps.edn') }} - name: ๐ŸŽจ Setup Tailwindcss - run: yarn global add tailwindcss @tailwindcss/typography + run: yarn global add tailwindcss@3.4.17 @tailwindcss/typography - name: ๐Ÿงถ Yarn Global run: echo $(yarn global dir)/node_modules