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 8a2009d + cfb458d commit bac70e5Copy full SHA for bac70e5
.github/workflows/python-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v5
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
68
69
fetch-depth: 0
70
- name: Set up Python ${{ env.python-version }}
71
72
73
python-version: ${{ env.python-version }}
74
0 commit comments