From 7653b43ed5aa8a1962ddfd80638bdb4727358058 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 10 Aug 2024 16:29:57 +0530 Subject: [PATCH] chore(actions): use setup-rokit instead of setup-aftman --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 088884a..e1a153b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: uses: extractions/setup-just@v2 - name: Install Tooling - uses: ok-nick/setup-aftman@v0.4.2 + uses: CompeyDev/setup-rokit@v0.1.0 - name: Check Formatting run: just fmt-check @@ -44,7 +44,7 @@ jobs: uses: extractions/setup-just@v2 - name: Install Tooling - uses: ok-nick/setup-aftman@v0.4.2 + uses: CompeyDev/setup-rokit@v0.1.0 - name: Analyze run: just analyze