We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e799f commit b426c75Copy full SHA for b426c75
.github/workflows/health_check.yml
@@ -9,13 +9,13 @@ jobs:
9
name: Run tests
10
strategy:
11
matrix:
12
- python: ['3.6']
+ python: ['3.12']
13
steps:
14
- name: Check out code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
17
- name: Setup Python
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
19
with:
20
python-version: ${{ matrix.python }}
21
0 commit comments