Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Jan 7, 2021
1 parent 14ea1c7 commit 9488967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 9488967

Please sign in to comment.