From f7a904305a813470173d50b2ff8396896ec3e6ca Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:10:40 +0800 Subject: [PATCH 1/3] Update action.yml --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d2b73d1..b0045fa 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -41,6 +41,7 @@ jobs: matrix: version: - stable + - devel steps: - uses: actions/checkout@v5 - uses: jiro4989/setup-nim-action@master From 30bda066f15b5d0050466fb09971ce2d9bbdf502 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:04:17 +0800 Subject: [PATCH 2/3] Update .github/workflows/action.yml --- .github/workflows/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b0045fa..a257a25 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -40,7 +40,6 @@ jobs: strategy: matrix: version: - - stable - devel steps: - uses: actions/checkout@v5 From 5901c159b47068febbb7b294fe60b41d9b6ad007 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:05:51 +0800 Subject: [PATCH 3/3] Update setup-nim-action version to v2 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a257a25..2654356 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -43,7 +43,7 @@ jobs: - devel steps: - uses: actions/checkout@v5 - - uses: jiro4989/setup-nim-action@master + - uses: jiro4989/setup-nim-action@v2 with: nim-version: ${{ matrix.version }} - name: Install Packages