From 756338b46fe6a8ea150b9cff3d7a2b2eb1f36325 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 16 Dec 2025 08:37:56 +0100 Subject: [PATCH] Try to use setup nim action v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b2d9ce..2843d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: rustup update stable && rustup default 1.85.0 - name: Setup nim - uses: jiro4989/setup-nim-action@v1 + uses: jiro4989/setup-nim-action@v2 with: nim-version: ${{ matrix.nim }} repo-token: ${{ secrets.GITHUB_TOKEN }}