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 f81020e commit c135bf5Copy full SHA for c135bf5
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v5
12
13
- name: Set up Python
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: '3.13'
17
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
18
- name: Set up Python 3.13
19
20
21
python-version: "3.13"
22
- name: Install Poetry
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- "3.13"
26
steps:
27
- uses: actions/checkout@v5
28
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
29
30
python-version: ${{ matrix.python-version }}
31
0 commit comments