mirror of https://github.com/dynup/kpatch
github actions: fix warning with node 16
Attempt to fix the following warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2 Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:
parent
063a0801d9
commit
2c341722c3
|
@ -11,7 +11,7 @@ jobs:
|
|||
env:
|
||||
CFLAGS: ${{ matrix.cflags }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: dependencies
|
||||
run: sudo apt-get install -y libelf-dev linux-headers-$(uname -r) shellcheck elfutils
|
||||
- name: make
|
||||
|
|
Loading…
Reference in New Issue