Skip to content

Commit 43f6ecb

Browse files
Update actions/setup-python action to v6
1 parent 4eb7677 commit 43f6ecb

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
- run: |
2424
pip3 install wheel conan==2.5.0
2525
conan --version

0 commit comments

Comments
 (0)