compilation_on_nuttx.yml: Update checkout action to suppress warnings (#3765)
This commit is contained in:
2
.github/workflows/compilation_on_nuttx.yml
vendored
2
.github/workflows/compilation_on_nuttx.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
|||||||
run: make -j$(nproc) EXTRAFLAGS=-Werror
|
run: make -j$(nproc) EXTRAFLAGS=-Werror
|
||||||
|
|
||||||
- name: Checkout Bloaty
|
- name: Checkout Bloaty
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: google/bloaty
|
repository: google/bloaty
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user