Kaynağa Gözat

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

Huang Qi 1 yıl önce
ebeveyn
işleme
fed0fe953c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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