Skip to content

Commit 0b9b97a

Browse files
authored
Merge pull request #200 from ice-wm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents eb566ae + 61fa819 commit 0b9b97a

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
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Create Build Environment
2424
# Some projects don't allow in-source building, so create a separate build directory

0 commit comments

Comments
 (0)