Skip to content

Commit e4c9472

Browse files
Test with latest stable Python (3.12) (#75)
1 parent 44d1ea0 commit e4c9472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/health_check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
name: Run tests
1010
strategy:
1111
matrix:
12-
python: ['3.6']
12+
python: ['3.12']
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python }}
2121

0 commit comments

Comments
 (0)