From a4dff15b2a23b7b15e1f3a965d1331b3def8378d Mon Sep 17 00:00:00 2001 From: Steven Costiou <26929529+StevenCostiou@users.noreply.github.com> Date: Tue, 7 May 2024 10:40:53 +0200 Subject: [PATCH] Update chest-all.yml Actions v3 in workflow to match with new tools --- .github/workflows/chest-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chest-all.yml b/.github/workflows/chest-all.yml index 01d75e5..e9254c4 100644 --- a/.github/workflows/chest-all.yml +++ b/.github/workflows/chest-all.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 # or 3 + - uses: actions/checkout@v3 # or 3 - name: Setup smalltalkCI uses: hpi-swa/setup-smalltalkCI@v1 with: