Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
changed checkout to v3 and added fetch-depth param
  • Loading branch information
dionAngelo authored Jan 13, 2024
1 parent ee5e5a3 commit 7dd84ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 7dd84ce

Please sign in to comment.