Skip to content

Commit

Permalink
use latest setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Jan 23, 2025
1 parent 71d630e commit c54e33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
- name: Clean maven
run: mvn -ntp -U clean

- name: "Set up Python 3.8.1"
uses: actions/setup-python@v2
- name: "Set up Python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.8.1"
python-version: "3.11"

- name: Build app
run: make ci-app
Expand Down

0 comments on commit c54e33f

Please sign in to comment.