Skip to content

Commit 0527c4a

Browse files
authored
Update workflow to use 3.9.16
1 parent 77d5407 commit 0527c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Teapot.py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python 3.9.5
17+
- name: Set up Python 3.9.16
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.9.5
20+
python-version: 3.9.16
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)