Skip to content

Commit f7e3dad

Browse files
committed
ci: benchmark: Update competitors
1 parent 4f0e73d commit f7e3dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
- name: Install dust
507507
env:
508508
REPO: https://github.com/bootandy/dust
509-
VERSION: '0.6.0'
509+
VERSION: '0.8.1'
510510
run: |
511511
mkdir -p DUST.tmp
512512
archive_name="dust-v${VERSION}-x86_64-unknown-linux-gnu"
@@ -528,7 +528,7 @@ jobs:
528528
- name: Install dua
529529
env:
530530
REPO: https://github.com/Byron/dua-cli
531-
VERSION: '2.12.1'
531+
VERSION: '2.17.8'
532532
run: |
533533
mkdir -p DUA.tmp
534534
archive_name="dua-v${VERSION}-x86_64-unknown-linux-musl"
@@ -543,7 +543,7 @@ jobs:
543543
- name: Install gdu
544544
env:
545545
REPO: https://github.com/dundee/gdu
546-
VERSION: '5.0.0'
546+
VERSION: '5.15.0'
547547
run: |
548548
mkdir -p GDU.tmp
549549
curl -L "${REPO}/releases/download/v${VERSION}/gdu_linux_amd64.tgz" > tmp.gdu.tar.gz

0 commit comments

Comments
 (0)