From 3bb27e6638c85ebf929c590a851d18a58b16c555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 23 Nov 2023 13:34:18 +0100 Subject: [PATCH] [ci] lower actions/checkout to v3 v4 doesn't work on trusty, xenial, bionic --- .github/workflows/kmod-compatibility-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kmod-compatibility-checks.yml b/.github/workflows/kmod-compatibility-checks.yml index 7cbbc508..958cb877 100644 --- a/.github/workflows/kmod-compatibility-checks.yml +++ b/.github/workflows/kmod-compatibility-checks.yml @@ -41,7 +41,7 @@ jobs: env: JOB_KNOWN_FAILURES: "3.13 3.16 3.19 4.2" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Compile against all available kernel header versions shell: bash