Skip to content

Commit

Permalink
v3 of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Feb 23, 2023
1 parent 7f5ed53 commit 955759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 955759d

Please sign in to comment.