ci: upldate actions to the latest versions (#98)

This commit is contained in:
Slava 2024-03-12 16:32:31 +02:00 committed by GitHub
parent 247e010fba
commit 3c8efbd0a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ jobs:
[[ -n "${{ inputs.tests_cleanup }}" ]] && echo "TESTS_CLEANUP=${{ inputs.tests_cleanup }}" >>"$GITHUB_ENV" || echo "TESTS_CLEANUP=${{ env.TESTS_CLEANUP }}" >>"$GITHUB_ENV"
- name: Kubectl - Install ${{ env.KUBE_VERSION }}
uses: azure/setup-kubectl@releases/v4.0.0
uses: azure/setup-kubectl@v4
with:
version: ${{ env.KUBE_VERSION }}

View File

@ -57,7 +57,7 @@ jobs:
[[ -n "${{ inputs.command }}" ]] && COMMAND="${{ inputs.command }}" || COMMAND="${{ env.COMMAND }}"
- name: Kubectl - Install ${{ env.KUBE_VERSION }}
uses: azure/setup-kubectl@releases/v4.0.0
uses: azure/setup-kubectl@v4
with:
version: ${{ env.KUBE_VERSION }}