From f366c1c074915409f19e90de7154c4f709a29b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 16 Jul 2021 11:44:37 +0200 Subject: [PATCH] [CI] Use install-crystal action from crystal-lang --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b5fe3d..f79c8091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Download source uses: actions/checkout@v2 - name: Install Crystal - uses: oprypin/install-crystal@v1 + uses: crystal-lang/install-crystal@v1 with: crystal: ${{ matrix.crystal }} - name: Install shards @@ -55,7 +55,7 @@ jobs: - name: Download source uses: actions/checkout@v2 - name: Install Crystal - uses: oprypin/install-crystal@v1 + uses: crystal-lang/install-crystal@v1 with: crystal: ${{ matrix.crystal }} - name: Setup BATS @@ -72,7 +72,7 @@ jobs: - name: Download source uses: actions/checkout@v2 - name: Install Crystal - uses: oprypin/install-crystal@v1 + uses: crystal-lang/install-crystal@v1 with: crystal: latest - name: Check formatting