From e7e8c25e252602b948660564b37bfe7d7395f04f Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Fri, 26 Jan 2024 10:58:46 +0400 Subject: [PATCH] With {{}}? --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b062f..7232a64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Setup with version argument if: ${{ matrix.versions != '' }} - uses: / + uses: toitlang/action-setup@{{ github.sha }} with: toit-version: v2.0.0-alpha.130 - name: Setup without version argument if: ${{ matrix.versions == '' }} - uses: / + uses: toitlang/action-setup@{{ github.sha }}