Skip to content

Commit

Permalink
use actions/checkout@v3 and dalehenrich/setup-superDoit@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Sep 28, 2023
1 parent c728671 commit 79f910d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
GS_VERS: ${{ matrix.smalltalk }}
PLATFORM: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: test_GsDevKit_stones
uses: dalehenrich/setup-superDoit@v2
uses: dalehenrich/setup-superDoit@v4
with:
gemstone-version: ${{ matrix.smalltalk }}
superDoit-branch: 'v4.1'
- name: test
- name: initial test
run: |
export STONES_HOME="$(pwd)"
echo $STONES_HOME
Expand Down

0 comments on commit 79f910d

Please sign in to comment.