Skip to content

Commit

Permalink
feat: updated flow to work with java 17
Browse files Browse the repository at this point in the history
- Upgraded dependencies to latest versions
  • Loading branch information
Emdien committed Jan 15, 2024
1 parent 56afe79 commit 3c2b6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
name: OQuaRE-metrics-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Configuration
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
- uses: actions/setup-python@v3
java-version: '17'
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
Expand Down

0 comments on commit 3c2b6f9

Please sign in to comment.