Skip to content

Commit

Permalink
Use latest Python setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 3, 2024
1 parent 6393166 commit e5fcf47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
with:
fetch-depth: 0
show-progress: false
- uses: actions/setup-python@v5
with:
python-version: "3.8"
- uses: Gr1N/setup-poetry@v8
- run: poetry --version
- uses: gradle/actions/setup-gradle@v4
- name: set-up-jdk
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down

0 comments on commit e5fcf47

Please sign in to comment.