From d2a2740230d302d43957523d4f90a950540c14a5 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 23 Jun 2024 19:33:15 +0200 Subject: [PATCH] Use tinted-builder-rust to build themes --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b1be93b..20cc6f6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,7 +13,7 @@ jobs: with: token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Update schemes - uses: tinted-theming/base16-builder-go@latest + uses: tinted-theming/tinted-builder-rust@latest - name: Commit the changes, if any uses: stefanzweifel/git-auto-commit-action@v4 with: