Skip to content

Commit 7151958

Browse files
authored
Update ci-linter.yml
1 parent d76d94f commit 7151958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
smalltalk: [ Squeak64-5.3 ]
19+
smalltalk: [ Squeak64-6.0 ]
2020
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- uses: hpi-swa/setup-smalltalkCI@v1
2424
with:
25-
smalltalk-version: ${{ matrix.smalltalk }}
25+
smalltalk-image: ${{ matrix.smalltalk }}
2626
- run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalk.lint.ston
2727
shell: bash
2828
timeout-minutes: 15

0 commit comments

Comments
 (0)