Skip to content

Commit d80d2ff

Browse files
authored
support python 3.10
1 parent 868c98c commit d80d2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
java-version: 11
2424
distribution: 'adopt'
25-
- uses: actions/setup-python@v2
25+
- uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{matrix.Python}}
2828
- run: pip3 install --upgrade pip

0 commit comments

Comments
 (0)