diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d4e7d05f2..bc3e15eed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive diff --git a/.github/workflows/compilation_on_nuttx.yml b/.github/workflows/compilation_on_nuttx.yml index 5ff2d181c..635e3fe24 100644 --- a/.github/workflows/compilation_on_nuttx.yml +++ b/.github/workflows/compilation_on_nuttx.yml @@ -114,7 +114,7 @@ jobs: make -j$(nproc) EXTRAFLAGS=-Werror - name: Checkout Bloaty - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: google/bloaty submodules: recursive diff --git a/.github/workflows/nightly_run.yml b/.github/workflows/nightly_run.yml index 4b62d110a..c381ecf73 100644 --- a/.github/workflows/nightly_run.yml +++ b/.github/workflows/nightly_run.yml @@ -323,7 +323,7 @@ jobs: make_options_feature: "-DWAMR_BUILD_MEMORY64=1" steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies uses: nick-fields/retry@v2