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.
2 parents 09ecf06 + 1fa57f8 commit ea53f6eCopy full SHA for ea53f6e
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ matrix.python-version }}
31
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Set up Python
58
59
60
python-version: "3.11"
61
0 commit comments