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 9d16cba + 33b203b commit d83432fCopy full SHA for d83432f
1 file changed
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
# Sets up a specific version of Python
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
0 commit comments