Skip to content

Commit 6db0384

Browse files
authored
ci: bump python version that caused actions failure (#442)
1 parent bdeb51e commit 6db0384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Python
5050
uses: actions/setup-python@v2
5151
with:
52-
python-version: '3.7'
52+
python-version: '3.9'
5353
- name: Slack Notification
5454
uses: rtCamp/action-slack-notify@v2.0.2
5555
env:

.github/workflows/scheduled-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Python
5959
uses: actions/setup-python@v2
6060
with:
61-
python-version: '3.7'
61+
python-version: '3.9'
6262

6363
- name: Deploy Code
6464
run: bash -e ./scripts/release.sh

0 commit comments

Comments
 (0)