Skip to content

Commit 7acf533

Browse files
committed
ci: update to latest checkout suppress download progress noise
1 parent da29453 commit 7acf533

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919

2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: false # LVGL makefile manually installs the submodule
25+
show-progress: false
2526
- name: Disable wget progress output
2627
run: |
2728
echo "verbose = off" >> $HOME/.wgetrc
@@ -57,9 +58,10 @@ jobs:
5758
riscv-none-elf-gcc --version
5859
###########################################
5960
# libtock-c specific build steps begin here
60-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6162
with:
6263
submodules: recursive
64+
show-progress: false
6365
- name: Disable wget progress output
6466
run: |
6567
echo "verbose = off" >> $HOME/.wgetrc
@@ -86,9 +88,10 @@ jobs:
8688
riscv64-unknown-elf-gcc --version
8789
###########################################
8890
# libtock-c specific build steps begin here
89-
- uses: actions/checkout@v2
91+
- uses: actions/checkout@v4
9092
with:
9193
submodules: recursive
94+
show-progress: false
9295
- name: ci-build
9396
run: pushd examples; ./build_all.sh || exit; popd
9497
- name: ci-debug-build

0 commit comments

Comments
 (0)