Skip to content

Commit 38650e7

Browse files
authored
Update python-app.yml
python 버전 업데이트
1 parent 2982972 commit 38650e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python-Style-Guide-Get-Original
33
on:
44
schedule:
55
# 매주 금요일 11시 쯔음 실행합니다. (UTC +09:00)
6-
- cron: '0 2 * * 5'
6+
- cron: '0 3 * * 5'
77
issues:
88
# 이슈에 새로운 항목이 생기거나 수정사항이 있으면 실행합니다.
99
types: [opened, edited]
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.6
19+
python-version: 3.11
2020
- name: Install Dependencies
2121
run: |
2222
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)