Skip to content

Commit 4f616c0

Browse files
Update actions/checkout action to v5
1 parent 0cf5944 commit 4f616c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
c_compiler: cl
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Set reusable strings
5151
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)