Skip to content

Commit 63d5008

Browse files
committed
Bump versions in github action
1 parent ec889b9 commit 63d5008

File tree

1 file changed

+4
-3
lines changed
  • template/{% if use_github %}.github{% endif %}/actions/{% if use_github and python %}setup-python-env{% endif %}

1 file changed

+4
-3
lines changed

template/{% if use_github %}.github{% endif %}/actions/{% if use_github and python %}setup-python-env{% endif %}/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ inputs:
55
python-version:
66
description: "Python version to use"
77
required: true
8-
default: "3.12"
8+
default: "3.13"
99
uv-version:
1010
description: "uv version to use"
1111
required: true
12-
default: "0.6.14"
12+
default: "0.8.22"
1313

1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/setup-python@v5
17+
- name: Install Python
18+
uses: actions/setup-python@v6
1819
with:
1920
python-version: ${{'{{'}} inputs.python-version {{'}}'}}
2021

0 commit comments

Comments
 (0)