Skip to content

Commit 5174d60

Browse files
authored
Merge pull request #7 from momo5502/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4f1a41e + 60dee46 commit 5174d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- Debug
1919
- Release
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
- name: Configure CMake
2424
run: cmake -B ${{github.workspace}}/build -DHTML_UI_ENABLE_SAMPLE=1

0 commit comments

Comments
 (0)