Skip to content

Commit 211f282

Browse files
Update actions/checkout action to v5
1 parent 4eb7677 commit 211f282

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
- os: macos-12
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v5
2323
- run: |
2424
pip3 install wheel conan==2.5.0

0 commit comments

Comments
 (0)