Skip to content

Commit

Permalink
fix(ci): latest azure/setup-kubectl action not working
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 20, 2023
1 parent e60fb56 commit 9436c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/kamel-prepare-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ runs:
uses: azure/setup-kubectl@v3
if: ${{ env.KAMEL_PREPARE_ENV != 'true' }}
with:
version: 'latest'
version: 'v1.27.4'

- id: install-realpath
shell: bash
Expand Down

0 comments on commit 9436c6b

Please sign in to comment.