From 114cac99e781aefb54b5d377fcebb2d6c6274417 Mon Sep 17 00:00:00 2001 From: syeopite Date: Wed, 9 Jun 2021 16:34:54 -0700 Subject: [PATCH] Update CI's crystal version --- .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 66aacff92..54e70d0a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install Crystal uses: oprypin/install-crystal@v1.2.4 with: - crystal: 0.36.1 + crystal: 1.0.0 - name: Cache Shards uses: actions/cache@v2