Skip to content

Commit bf2279f

Browse files
Merge pull request simonfuhrmann#586 from andre-schulz/update_actions-checkout_to_v6
CI: Update actions/checkout to v6
2 parents 48a69d0 + df86e79 commit bf2279f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
QMAKE_SPEC: ${{ matrix.platform.qmake_spec }}
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Install Ubuntu dependencies
4343
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)