Skip to content

Commit d085bf3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
41+
- uses: actions/checkout@v6
4242
- id: make
4343
name: Build with qmake and make
4444
run: qmake && make -j$(nproc)

0 commit comments

Comments
 (0)