mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
ci: Bump github action version
Fix warning: "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2."
This commit is contained in:
parent
d8b97bfc5d
commit
4f78da983f
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
run: sudo apt-get install check ninja-build doxygen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user