Skip to content

Commit fed0fe9

Browse files
authored
compilation_on_nuttx.yml: Update checkout action to suppress warnings (bytecodealliance#3765)
1 parent 5cc94e5 commit fed0fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation_on_nuttx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: make -j$(nproc) EXTRAFLAGS=-Werror
120120

121121
- name: Checkout Bloaty
122-
uses: actions/checkout@v3
122+
uses: actions/checkout@v4
123123
with:
124124
repository: google/bloaty
125125
submodules: recursive

0 commit comments

Comments
 (0)