From 2955e9f8247312487e499691cf4893c8fc65f279 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:14:00 +0800 Subject: [PATCH] bump to devel --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ff62c38..e04a2b4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -15,9 +15,9 @@ jobs: - ubuntu-latest - windows-latest version: - - stable + - devel steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1 with: nim-version: ${{ matrix.version }}