Explorar el Código

compilation_on_nuttx.yml: Update checkout action to suppress warnings (#3765)

Huang Qi hace 1 año
padre
commit
fed0fe953c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/compilation_on_nuttx.yml

+ 1 - 1
.github/workflows/compilation_on_nuttx.yml

@@ -119,7 +119,7 @@ jobs:
         run: make -j$(nproc) EXTRAFLAGS=-Werror
 
       - name: Checkout Bloaty
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           repository: google/bloaty
           submodules: recursive