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 e2676aa commit b3412e1Copy full SHA for b3412e1
.github/workflows/test-and-lint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: ${{ matrix.python-version }}
19
cache: "pip"
0 commit comments