Fix updater. Crane needs to be installed earlier. (#509)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-12-16 10:00:57 -08:00
committed by GitHub
parent 8925ed6a46
commit cb84489cf2
+3 -3
View File
@@ -27,6 +27,9 @@ jobs:
with: with:
version: ${{ env.HELM_VERSION }} version: ${{ env.HELM_VERSION }}
- name: Setup crane
uses: imjasonh/[email protected]
- name: Update test chart versions - name: Update test chart versions
run: | run: |
./.github/scripts/update-versions.sh ./.github/scripts/update-versions.sh
@@ -38,9 +41,6 @@ jobs:
go-version: '1.21' go-version: '1.21'
cache: false cache: false
- name: Setup crane
uses: imjasonh/[email protected]
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.9'