Skip to content

Commit

Permalink
Update github workflow to setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 22, 2023
1 parent 2bcdce5 commit 9f3646d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip"
Expand Down

0 comments on commit 9f3646d

Please sign in to comment.