File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments