CI: Update version of checkout to suppress warnings (#3093)

This commit is contained in:
Huang Qi
2024-01-27 07:55:49 +08:00
committed by GitHub
parent 83c3ef0f46
commit b98f150f82
19 changed files with 61 additions and 61 deletions

View File

@ -87,21 +87,21 @@ jobs:
steps:
- name: Checkout NuttX
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/incubator-nuttx
ref: releases/12.4
path: nuttx
- name: Checkout NuttX Apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/incubator-nuttx-apps
ref: releases/12.4
path: apps
- name: Checkout WAMR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: apps/interpreters/wamr/wamr