Skip to content

Commit 9ce0d59

Browse files
committed
workflows: update actions/checkout to v5
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
1 parent 3642712 commit 9ce0d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
arch: ${{ matrix.qt-config.arch }}
3939
version: ${{ matrix.qt-config.version }}
4040
modules: ${{ matrix.qt-config.modules }}
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- id: make
4343
name: Build with qmake and make
4444
run: qmake && make -j$(nproc)

0 commit comments

Comments
 (0)