From 1a1f942aca4aa0324d4fd895f6fd6b1692fe2025 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sat, 27 Jan 2024 15:40:11 +0100 Subject: [PATCH] v1 --- .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 8b70f0379..9919c095c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: ${{ matrix.smalltalk }} steps: - uses: actions/checkout@v4 - - uses: hpi-swa/setup-smalltalkCI@v2 + - uses: hpi-swa/setup-smalltalkCI@v1 with: smalltalk-image: ${{ matrix.smalltalk }} # - name: Setup tmate session