Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayNitro authored Dec 14, 2024
1 parent 69d14b6 commit 40b2d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up java
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'temurin'
java-version: '17'
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12.4"
python-version: "3.13"
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 40b2d89

Please sign in to comment.