Skip to content

Commit 01f92d9

Browse files
Update actions/setup-python action to v6 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9299fb2 commit 01f92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
- run: |
2323
pipx install conan
2424
conan --version

0 commit comments

Comments
 (0)