Skip to content

Commit 84b97d0

Browse files
committed
chore(workflow): pin versions of utilities
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent b27b970 commit 84b97d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-dep-versions-update-pr-in-longhorn-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
run: |
1717
sudo apt update -y
1818
sudo apt install -y jq wget
19-
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
19+
wget https://github.com/mikefarah/yq/releases/download/v4.52.5/yq_linux_amd64
2020
sudo mv yq_linux_amd64 /usr/local/bin/yq
2121
sudo chmod +x /usr/local/bin/yq
2222
2323
- name: Prepare Packages
2424
run: |
2525
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
2626
chmod 700 get_helm.sh
27-
./get_helm.sh
27+
DESIRED_VERSION=v3.20.2 ./get_helm.sh
2828
2929
- name: Log triggering PR information
3030
shell: bash

0 commit comments

Comments
 (0)