Skip to content

Commit ce47397

Browse files
authored
Update python-app.yml
change actions/checkout and actions/setup-python from v2 to v4
1 parent 6d5a4f7 commit ce47397

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v2
18+
- uses: actions/checkout@v4
19+
- name: Set up Python 3.9
20+
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)