Skip to content

Commit d76d94f

Browse files
authored
Fix deprecation warnings in CI
1 parent dbf1c53 commit d76d94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
smalltalk: [ Squeak64-6.0 ]
2121
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- uses: hpi-swa/setup-smalltalkCI@v1
2525
with:
26-
smalltalk-version: ${{ matrix.smalltalk }}
26+
smalltalk-image: ${{ matrix.smalltalk }}
2727
- run: smalltalkci -s ${{ matrix.smalltalk }}
2828
timeout-minutes: 30
2929
env:

0 commit comments

Comments
 (0)