Skip to content

Commit df71880

Browse files
authored
Bump actions version
1 parent 5ea77ca commit df71880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
BUILD_PATH: ${{ github.workspace }}/build/${{ matrix.os }}/${{ matrix.type }}
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323

2424
- name: Configure CMake
2525
run: cmake -B ${{ env.BUILD_PATH }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}

0 commit comments

Comments
 (0)