From 7151958741b804bf41c43e9a67c58cb4f31ee285 Mon Sep 17 00:00:00 2001 From: Tebbe Ubben Date: Fri, 14 Jun 2024 01:17:38 +0200 Subject: [PATCH] Update ci-linter.yml --- .github/workflows/ci-linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linter.yml b/.github/workflows/ci-linter.yml index 689b769a3..461570845 100644 --- a/.github/workflows/ci-linter.yml +++ b/.github/workflows/ci-linter.yml @@ -16,13 +16,13 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - smalltalk: [ Squeak64-5.3 ] + smalltalk: [ Squeak64-6.0 ] name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: hpi-swa/setup-smalltalkCI@v1 with: - smalltalk-version: ${{ matrix.smalltalk }} + smalltalk-image: ${{ matrix.smalltalk }} - run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalk.lint.ston shell: bash timeout-minutes: 15