Skip to content

Commit a23f254

Browse files
committed
Bump default Linux tag to v6.19
1 parent a23ff0d commit a23f254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vmlinux.h.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: 'Kernel version (Git tag/ref)'
1212
required: true
1313
# Keep in sync with string used in `checkout` invocation below.
14-
default: 'v6.18'
14+
default: 'v6.19'
1515
workflow_call:
1616

1717
jobs:
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6
3838
with:
3939
repository: 'torvalds/linux'
40-
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.18' }}
40+
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.19' }}
4141
fetch-depth: 1
4242
path: linux/
4343

0 commit comments

Comments
 (0)