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.
2 parents 0bdfc78 + 0304db2 commit 4a4b130Copy full SHA for 4a4b130
.github/workflows/lint_and_test.yml
@@ -16,7 +16,7 @@ jobs:
16
version: ['3.11', '3.12', '3.13']
17
fail-fast: false
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
- uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.version }}
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- name: Set up Python
uses: actions/setup-python@v6
0 commit comments