From 86389d2dff3b6bff049d3fe98eb4a4f8560f35ed Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Mon, 27 Nov 2023 14:30:31 +0000 Subject: [PATCH] Revert "ci: remove patch version from crystal-lang/install-crystal" This reverts commit 8c39ce846fa0a7057d66dc25b853c40b2366faf3. --- .github/workflows/ci.yml | 2 +- .github/workflows/container-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a081410c..7fb7ffa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: submodules: true - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8 + uses: crystal-lang/install-crystal@v1.8.0 with: crystal: ${{ matrix.crystal }} diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index fa2cbe14..8b3202d7 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8 + uses: crystal-lang/install-crystal@v1.8.0 with: crystal: 1.9.2