Skip to content

Commit 7574869

Browse files
committed
ci(benchmark): bump competitors' versions
1 parent 1530e7f commit 7574869

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
@@ -461,7 +461,7 @@ jobs:
461461
- name: Install dust
462462
env:
463463
REPO: https://github.com/bootandy/dust
464-
VERSION: '1.1.1'
464+
VERSION: '1.2.1'
465465
run: |
466466
mkdir -p DUST.tmp
467467
archive_name="dust-v${VERSION}-x86_64-unknown-linux-gnu"
@@ -489,7 +489,7 @@ jobs:
489489
- name: Install dua
490490
env:
491491
REPO: https://github.com/Byron/dua-cli
492-
VERSION: '2.29.4'
492+
VERSION: '2.30.1'
493493
run: |
494494
mkdir -p DUA.tmp
495495
archive_name="dua-v${VERSION}-x86_64-unknown-linux-musl"
@@ -504,7 +504,7 @@ jobs:
504504
- name: Install gdu
505505
env:
506506
REPO: https://github.com/dundee/gdu
507-
VERSION: '5.29.0'
507+
VERSION: '5.31.0'
508508
run: |
509509
mkdir -p GDU.tmp
510510
curl -L "${REPO}/releases/download/v${VERSION}/gdu_linux_amd64.tgz" > tmp.gdu.tar.gz

0 commit comments

Comments
 (0)