Skip to content

Commit

Permalink
[ci] lower actions/checkout to v3
Browse files Browse the repository at this point in the history
v4 doesn't work on trusty, xenial, bionic
  • Loading branch information
umlaeute committed Nov 23, 2023
1 parent 9fe9741 commit 3bb27e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kmod-compatibility-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb27e6

Please sign in to comment.