Skip to content

Commit 4902331

Browse files
committed
update version
1 parent 66f6773 commit 4902331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.7
17+
python-version: "3.10"
1818
- name: Install Python dependencies
1919
run: |
2020
sudo apt-get install python3-pip

0 commit comments

Comments
 (0)