Skip to content

Commit b426c75

Browse files
Test with latest stable Python (3.12)
1 parent e8e799f commit b426c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .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)