Browse Source

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

Huang Qi 1 year ago
parent
commit
fed0fe953c
1 changed files with 1 additions and 1 deletions
  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