We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48143 commit b33b31bCopy full SHA for b33b31b
4 files changed
.github/workflows/generate_workflows_lib/src/generate_workflows_lib/lint.yml.j2
@@ -41,10 +41,10 @@ jobs:
41
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
42
uses: actions/checkout@v4
43
44
- - name: Set up Python 3.13
+ - name: Set up Python 3.14
45
uses: actions/setup-python@v5
46
with:
47
- python-version: "3.13"
+ python-version: "3.14"
48
49
- name: Install tox
50
run: pip install tox-uv
0 commit comments