diff --git a/.github/workflows/provision-darwin.sh b/.github/workflows/provision-darwin.sh index cffe43633..e62d308d1 100755 --- a/.github/workflows/provision-darwin.sh +++ b/.github/workflows/provision-darwin.sh @@ -18,7 +18,7 @@ rm node.pkg # Install DFINITY SDK. curl --location --output install-dfx.sh "https://internetcomputer.org/install.sh" -DFX_VERSION=${DFX_VERSION:=0.16.0} bash install-dfx.sh < <(yes Y) +DFX_VERSION=${DFX_VERSION:=0.16.1} bash install-dfx.sh < <(yes Y) rm install-dfx.sh dfx cache install diff --git a/.github/workflows/provision-linux.sh b/.github/workflows/provision-linux.sh index c5a0c7592..d37ddf99f 100755 --- a/.github/workflows/provision-linux.sh +++ b/.github/workflows/provision-linux.sh @@ -13,7 +13,7 @@ rm install-node.sh # Install DFINITY SDK. wget --output-document install-dfx.sh "https://internetcomputer.org/install.sh" -DFX_VERSION=${DFX_VERSION:=0.16.0} bash install-dfx.sh < <(yes Y) +DFX_VERSION=${DFX_VERSION:=0.16.1} bash install-dfx.sh < <(yes Y) rm install-dfx.sh dfx cache install