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 d11dd21 commit 5a04d3aCopy full SHA for 5a04d3a
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v5
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
with:
32
python-version: ${{ matrix.python-version }}
33
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
45
46
47
- name: Set up Python
48
49
50
python-version: 3.12
51
0 commit comments