We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce8ea15 + 0a6053a commit 2d09138Copy full SHA for 2d09138
.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v6
35
36
- name: Set up Python
37
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
38
with:
39
python-version: ${{ env.PYTHON_VERSION }}
40
cache: "pip"
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
python-version: ${{ matrix.python-version }}
51
0 commit comments