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 7f9085f commit 0706fcbCopy full SHA for 0706fcb
.github/workflows/lint.yaml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: Set up Python
12
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
13
with:
14
python-version: "3.10"
15
- name: Install Ruff
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
19
20
21
python-version: '3.12'
22
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Set up Python ${{ matrix.python-version }}
32
33
34
python-version: ${{ matrix.python-version }}
35
0 commit comments