Skip to content

Commit f9c4454

Browse files
committed
upgrade actions
1 parent f6d9054 commit f9c4454

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
# Set up Python
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
25-
python-version: '3.9'
25+
python-version: '3.10'
2626

2727
# Install dependencies
2828
- name: Install dependencies

0 commit comments

Comments
 (0)