We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23ff0d commit a23f254Copy full SHA for a23f254
1 file changed
.github/workflows/vmlinux.h.yml
@@ -11,7 +11,7 @@ on:
11
description: 'Kernel version (Git tag/ref)'
12
required: true
13
# Keep in sync with string used in `checkout` invocation below.
14
- default: 'v6.18'
+ default: 'v6.19'
15
workflow_call:
16
17
jobs:
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v6
38
with:
39
repository: 'torvalds/linux'
40
- ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.18' }}
+ ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.kernel-ref || 'v6.19' }}
41
fetch-depth: 1
42
path: linux/
43
0 commit comments