Skip to content

Commit b1513af

Browse files
authored
Fix build failures (#744)
* Upgrade actions/cache * Pin tailwindcss version
1 parent 285c20e commit b1513af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
key: ${{ runner.os }}-maven-build-${{ hashFiles('deps.edn') }}
130130

131131
- name: 🗝 Clerk Cache
132-
uses: actions/cache@v2
132+
uses: actions/cache@v4
133133
with:
134134
path: .clerk
135135
key: ${{ runner.os }}-clerk-cache
@@ -197,7 +197,7 @@ jobs:
197197
key: ${{ runner.os }}-maven-ssr-${{ hashFiles('deps.edn') }}
198198

199199
- name: 🎨 Setup Tailwindcss
200-
run: yarn global add tailwindcss @tailwindcss/typography
200+
run: yarn global add tailwindcss@3.4.17 @tailwindcss/typography
201201

202202
- name: 🧶 Yarn Global
203203
run: echo $(yarn global dir)/node_modules

0 commit comments

Comments
 (0)