We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76ee73 commit e96664fCopy full SHA for e96664f
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- name: Checkout repository
46
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
47
with:
48
submodules: recursive
49
.github/workflows/compilation_on_nuttx.yml
@@ -114,7 +114,7 @@ jobs:
114
make -j$(nproc) EXTRAFLAGS=-Werror
115
116
- name: Checkout Bloaty
117
118
119
repository: google/bloaty
120
.github/workflows/nightly_run.yml
@@ -324,7 +324,7 @@ jobs:
324
make_options_feature: "-DWAMR_BUILD_MEMORY64=1"
325
326
- name: checkout
327
328
329
- name: Install dependencies
330
uses: nick-fields/retry@v2
0 commit comments