Skip to content

Commit

Permalink
Fix updater. Crane needs to be installed earlier. (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 authored Dec 16, 2024
1 parent 8925ed6 commit cb84489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
version: ${{ env.HELM_VERSION }}

- name: Setup crane
uses: imjasonh/setup-crane@v0.3

- name: Update test chart versions
run: |
./.github/scripts/update-versions.sh
Expand All @@ -38,9 +41,6 @@ jobs:
go-version: '1.21'
cache: false

- name: Setup crane
uses: imjasonh/setup-crane@v0.3

- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand Down

0 comments on commit cb84489

Please sign in to comment.