@@ -155,7 +155,7 @@ jobs:
155155 with :
156156 key : clippy
157157 cache-all-crates : " true"
158- # TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
158+ # TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
159159 - name : Run clippy action to produce annotations
160160 uses : giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
161161 env :
@@ -165,7 +165,7 @@ jobs:
165165 clippy_flags : --all-targets -- -D warnings
166166 reporter : ' github-pr-review'
167167 github_token : ${{ secrets.GITHUB_TOKEN }}
168- # TODO (@Techassi): Remove, done by pre-commit
168+ # TODO (@Techassi): Remove, done by pre-commit
169169 - name : Run clippy manually without annotations
170170 env :
171171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -345,9 +345,9 @@ jobs:
345345 with :
346346 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
347347 components : rustfmt
348- # This step checks if the current run was triggered by a push to a pr (or a pr being created).
349- # If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350- # "-pr<prnumber>" so that the published artifacts can be linked to this PR.
348+ # This step checks if the current run was triggered by a push to a pr (or a pr being created).
349+ # If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350+ # "-pr<prnumber>" so that the published artifacts can be linked to this PR.
351351 - uses : stackabletech/cargo-install-action@main
352352 with :
353353 crate : cargo-edit
@@ -383,8 +383,8 @@ jobs:
383383 run : |
384384 # Installing helm and yq on ubicloud-standard-8-arm only
385385 if [ "$(arch)" = "aarch64" ]; then
386- curl https://baltocdn. com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn. com/helm/stable/ debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
386+ curl -fsSL https://packages.buildkite. com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387+ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite. com/helm-linux/helm- debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
388388 sudo apt-get -y update
389389 sudo apt-get -y install helm
390390 sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
0 commit comments