Skip to content

Commit

Permalink
ci: Update the setup-python action
Browse files Browse the repository at this point in the history
setup-python@v2 uses node12 that is going to disappear soon.
  • Loading branch information
lu-zero committed Sep 25, 2023
1 parent 0face01 commit a360575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up last Python version
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Install poetry
run: |
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up last Python version
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand Down

0 comments on commit a360575

Please sign in to comment.