Skip to content

Commit 250bc95

Browse files
committed
ci(benchmark): update dua, dust, gdu
1 parent d3ace51 commit 250bc95

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
@@ -492,7 +492,7 @@ jobs:
492492
- name: Install dust
493493
env:
494494
REPO: https://github.com/bootandy/dust
495-
VERSION: '0.8.1'
495+
VERSION: '1.1.1'
496496
run: |
497497
mkdir -p DUST.tmp
498498
archive_name="dust-v${VERSION}-x86_64-unknown-linux-gnu"
@@ -520,7 +520,7 @@ jobs:
520520
- name: Install dua
521521
env:
522522
REPO: https://github.com/Byron/dua-cli
523-
VERSION: '2.19.2'
523+
VERSION: '2.29.4'
524524
run: |
525525
mkdir -p DUA.tmp
526526
archive_name="dua-v${VERSION}-x86_64-unknown-linux-musl"
@@ -535,7 +535,7 @@ jobs:
535535
- name: Install gdu
536536
env:
537537
REPO: https://github.com/dundee/gdu
538-
VERSION: '5.15.0'
538+
VERSION: '5.29.0'
539539
run: |
540540
mkdir -p GDU.tmp
541541
curl -L "${REPO}/releases/download/v${VERSION}/gdu_linux_amd64.tgz" > tmp.gdu.tar.gz

0 commit comments

Comments
 (0)