We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f111e5d + 9a3503a commit a45aabdCopy full SHA for a45aabd
3 files changed
.github/workflows/code-linting.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.10", "3.13", "3.14"]
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
- name: Setup Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v5
25
with:
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
id-token: write # Required for Trusted Publisher (OIDC)
- name: Setup Python
26
.github/workflows/tests.yml
python-version: ["3.10", "3.12", "3.13"]
0 commit comments