Skip to content

Commit

Permalink
Fix deprecation warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Jun 13, 2024
1 parent dbf1c53 commit d76d94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
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 }}
timeout-minutes: 30
env:
Expand Down

0 comments on commit d76d94f

Please sign in to comment.