From fc90c549efa8c55783c34ccf4984fb01b5ea5464 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 20 Oct 2022 06:24:04 -0400 Subject: ci: update GitHub CI to remove deprecated/unmaintained actions and commands (#846) * ci: update rust-cache to 2.0.1 * ci: update dtolnay/rust-toolchain to ba37adf * ci: update skip-duplicate-actions to v5.2.0 * ci: update ClementTsang/cargo-action to v0.0.3 * ci: update to macos-12 * ci: update ghaction-chocolatey to 2.1.0 * ci: update upload-artifact to v3.1.0 * ci: change from actions-rs to rustsec for audit-check * ci: stop using actions-rs for builds * ci: update cirrus to use tlsv1.2 when curling * ci: disable macOS ARM workflows on GHA since its built on Cirrus --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 2ba04c7f..e9908f29 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ task: - env: FEATURES: "--no-default-features" setup_script: - - curl https://sh.rustup.rs -sSf --output rustup.sh + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs --output rustup.sh - sh rustup.sh --default-toolchain stable -y - . $HOME/.cargo/env - rustc --version @@ -54,7 +54,7 @@ task: - env: FEATURES: "--no-default-features" setup_script: - - curl https://sh.rustup.rs -sSf --output rustup.sh + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs --output rustup.sh - sh rustup.sh --default-toolchain stable -y - source $HOME/.cargo/env - rustc --version -- cgit v1.2.3