From 4c1043432bde0b2ef86ec03b6a1cadaad3b18236 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 25 Jun 2026 15:26:42 -0700 Subject: [PATCH] update nim setup action --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 940617e..0ca28ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: jiro4989/setup-nim-action@v2 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + - uses: treeform/setup-nim-action@v3 - run: nim js -r tests/jstest.nim - run: nim js -r tests/jstest_jsbinny.nim - run: nim c -r tests/test_binny.nim