We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e724ce commit 0a7fa29Copy full SHA for 0a7fa29
.github/workflows/lint.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up Python ${{ env.PYTHON_VERSION }}
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: ${{ env.PYTHON_VERSION }}
24
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
25
26
27
0 commit comments