diff --git a/.github/workflows/deploy_container_image.yml b/.github/workflows/deploy_container_image.yml index 596bcd9..243f4e6 100644 --- a/.github/workflows/deploy_container_image.yml +++ b/.github/workflows/deploy_container_image.yml @@ -124,7 +124,7 @@ jobs: - name: Setup kubectl if: ${{fromJson( inputs.deploy )}} - uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0 + uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 with: version: ${{ inputs.kubectl_version }} diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index ce69f64..c31e84c 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -141,7 +141,7 @@ jobs: role-duration-seconds: 900 - name: Setup kubectl - uses: azure/setup-kubectl@3e0aec4d80787158d308d7b364cb1b702e7feb7f # v4.0.0 + uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 with: version: ${{ inputs.kubectl_version }}