Skip to content

Commit 31d3246

Browse files
authored
Bump CI required action versions, and python to v3.10
1 parent c294c31 commit 31d3246

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
DATABASE_PARENT_ID: 'mock_database_parent_id'
1515
NOTION_TOKEN: 'mock_notion_token'
1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up Python 3.7
19-
uses: actions/setup-python@v2
17+
- uses: actions/checkout@v4
18+
- name: Set up Python 3.10
19+
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.10'
2222
- name: Install dependencies
2323
run: |
2424
pip install requests

0 commit comments

Comments
 (0)