Skip to content

Commit 225c82e

Browse files
committed
Update actions/checkout to v5 for Node.js 24 compatibility
1 parent 2ad356f commit 225c82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5.0.1
21+
uses: actions/checkout@v5
2222

2323
- name: Configure CMake
2424
run: |

0 commit comments

Comments
 (0)