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 b5bd673 commit a38499bCopy full SHA for a38499b
3 files changed
.github/workflows/run-formatter.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Set up Python
26
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.0
27
with:
28
python-version: "3.14"
29
.github/workflows/run-linter.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Install Python
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
python-version: "3.14.0"
30
0 commit comments