Skip to content

Commit 379f9bc

Browse files
Update actions/setup-python action to v5
1 parent f5dc8df commit 379f9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
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@v4
22+
- uses: actions/setup-python@v5
2323
- run: |
2424
pip3 install wheel conan==2.5.0
2525
conan --version

0 commit comments

Comments
 (0)