Skip to content

Commit 955759d

Browse files
committed
v3 of checkout action
1 parent 7f5ed53 commit 955759d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
1313
name: ${{ matrix.smalltalk }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: hpi-swa/setup-smalltalkCI@v1
1717
with:
1818
smalltalk-image: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)