Skip to content

Commit 0bb8087

Browse files
authored
Bump CI required action versions, and python to v3.12
1 parent 5a7140c commit 0bb8087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
NOTION_TOKEN: 'mock_notion_token'
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.12
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.12'
2222
- name: Install dependencies
2323
run: |
2424
pip install requests

0 commit comments

Comments
 (0)