diff --git a/.circleci/config.yml b/.circleci/config.yml index 525ff50e..38567a94 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ aliases: run: name: install task binary # subshell prevents potentially unwanted cwd change - command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | sh)) + command: (cd $HOME && (curl -sL https://taskfile.dev/install.sh | sh /dev/stdin v.3.7.3)) - &persist-from-build persist_to_workspace: