Skip to content

Commit 5358787

Browse files
committed
ci: set 3.10 in gh actions
1 parent 91ab662 commit 5358787

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/nayn_bot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@master
21-
- name: Set up Python 3.9
21+
- name: Set up Python 3.10
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.9
24+
python-version: 3.10
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

.github/workflows/nayn_bot_dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@master
17-
- name: Set up Python 3.9
17+
- name: Set up Python 3.10
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.9
20+
python-version: 3.10
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: Set up Python 3.9
13-
uses: actions/setup-python@v1
11+
- uses: actions/checkout@v2
12+
- name: Set up Python 3.10
13+
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.9
15+
python-version: 3.x
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)