We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037568b + 35366f3 commit 5978148Copy full SHA for 5978148
.github/workflows/format_code.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Check out source repository
20
uses: actions/checkout@v4
21
- name: Set up Python environment - 3.12
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: "3.12"
25
cache: "pip"
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
enable-cache: true
59
60
- name: Set up Python
61
62
63
python-version-file: "pyproject.toml"
64
0 commit comments