Skip to content

Commit 8de8a86

Browse files
Update actions/setup-python action to v6 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9915e1 commit 8de8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ['3.13', '3.12', '3.11', '3.10']
3939
steps:
4040
- uses: actions/checkout@v5
41-
- uses: actions/setup-python@v5
41+
- uses: actions/setup-python@v6
4242
with:
4343
python-version: '${{ matrix.python-version }}'
4444
- name: Get Poetry version from .mise.toml

0 commit comments

Comments
 (0)