Skip to content

Commit

Permalink
deploy setup action: use latest patch version for kubectl 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 23, 2023
1 parent 0049781 commit d76d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
# See https://github.com/2i2c-org/infrastructure/issues/1271.
- uses: azure/setup-kubectl@v3
with:
version: "v1.23.5"
version: "v1.23.16"

# This action use the github official cache mechanism internally
- name: Install sops
Expand Down

0 comments on commit d76d067

Please sign in to comment.