Skip to content

Commit 0579cd9

Browse files
committed
ci(benchmark): update dust and gdu
1 parent d3ace51 commit 0579cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 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"
@@ -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)